Skip to content

Commit 1b21f14

Browse files
committed
Update README.md
1 parent fde2ccd commit 1b21f14

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ Flag | Default | Description
253253
---------------|----------|-----------------------------------------------------------------|---------------------------------------------------
254254
`pretty-print` | Disabled | Enables pretty-printing of buffer output. | `unicode-width`
255255
`derive` | Disabled | Enables the `#[derive(Encode)]` and `#[derive(Decode)]` macros. | `syn`, `quote`, `proc-macro2`, `proc-macro-error` |
256+
`with-bytes` | Disabled | Enables the From/Into impls for the `bytes::Bytes` type. | `bytes` |
256257

257258
## Notes
258259

rust/bufferfish/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ Flag | Default | Description
215215
-------------- | -------- | --------------------------------------------------------------- | ------------------------------------------------
216216
`pretty-print` | Disabled | Enables pretty-printing of buffer output. | `unicode-width`
217217
`derive` | Disabled | Enables the `#[derive(Encode)]` and `#[derive(Decode)]` macros. | `syn`, `quote`, `proc-macro2`, `proc-macro-error` |
218+
`with-bytes` | Disabled | Enables the From/Into impls for the `bytes::Bytes` type. | `bytes`
218219

219220
## Notes
220221

0 commit comments

Comments
 (0)