Skip to content

Commit c0cdc41

Browse files
committed
Document feature borsh
1 parent 8a87f6a commit c0cdc41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following optional features can be enabled in `Cargo.toml`:
2121

2222
* `arbitrary`: Implements the `arbitrary::Arbitrary` trait.
2323
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
24+
* `borsh`: Adds implementations for traits provided by the `borsh` crate.
2425
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
2526
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
2627
* `schemars`: Implements the `schemars::JsonSchema` trait.

0 commit comments

Comments
 (0)