docs
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
hinto.janai 2024-10-01 17:33:36 -04:00
parent fe1a14f08e
commit bfe42c5bda
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -10,3 +10,5 @@ This crate is a kitchen-sink for data types that are shared across Cuprate.
| `serde` | Enables `serde` on types where applicable | `serde` | Enables `serde` on types where applicable
| `epee` | Enables `cuprate-epee-encoding` on types where applicable | `epee` | Enables `cuprate-epee-encoding` on types where applicable
| `proptest` | Enables `proptest::arbitrary::Arbitrary` on some types | `proptest` | Enables `proptest::arbitrary::Arbitrary` on some types
| `json` | Enables the `json` module, containing JSON representations of common Monero types
| `hex` | Enables the `hex` module, containing the `HexBytes` type