Cargo Features
kona-serde has no features set by default.
[dependencies]
kona-serde = { version = "0.1.0", features = ["std"] }
- std
-
Enables std of alloy-primitives, serde, and serde_json
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.
kona-serde has 1 feature without comment.