Skip to content

Commit

Permalink
Document feature borsh
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Dec 4, 2023
1 parent 8a87f6a commit c0cdc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The following optional features can be enabled in `Cargo.toml`:

* `arbitrary`: Implements the `arbitrary::Arbitrary` trait.
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
* `borsh`: Adds implementations for traits provided by the `borsh` crate.
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
* `schemars`: Implements the `schemars::JsonSchema` trait.
Expand Down

0 comments on commit c0cdc41

Please sign in to comment.