Module serde_bincode_compat

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.

Read more: https://github.com/paradigmxyz/reth/issues/11370