Available on crate features
serde and serde-bincode-compat only.Expand description
Bincode-compatible serde implementations for trie types.
bincode crate allows for more efficient serialization of trie types, because it allows
non-string map keys.
Re-exports§
pub use super::updates::serde_bincode_compat as updates;
Modules§
- hashed_
state - Bincode-compatible hashed state type serde implementations.