trie-root 0.12.0

In-memory patricia trie operations
docs.rs failed to build trie-root-0.12.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: trie-root-0.18.0

This crate provides utility functions to validate and initialize tries using flexible input. It is used extensively in parity-ethereum to validate blocks (mostly transactions and receipt roots).