ethereum-trie 0.5.0

Lightweight Ethereum world state storage.
Documentation
1
2
3
4
5
6
//! Merkle types.

pub mod nibble;
mod node;

pub use self::node::{MerkleNode, MerkleValue};