Docs.rs
  • merkle_trees-0.1.0
    • merkle_trees 0.1.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lovesh
    • Dependencies
      • arrayvec ^0.5.1 normal
      • failure ^0.1 normal
      • generic-array ^0.13.2 normal
      • num-bigint ^0.2.3 normal
      • num-traits ^0.2.10 normal
      • rlp ^0.4.4 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.8 normal
      • sha3 ^0.8 normal
      • blake2 ^0.8 dev
      • mimc-rs ^0.0.2 dev
      • rand ^0.6 dev
      • sled ^0.29 dev
      • unqlite ^1.4.3 dev
    • Versions
    • 25.42% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

merkle_trees0.1.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • compact_merkle_tree::CompactMerkleTree
  • compact_merkle_tree::InMemoryHashDb
  • db::InMemoryBigUintHashDb
  • db::InMemoryHashValueDb
  • errors::MerkleTreeError
  • hasher::Sha256Hasher
  • merkle_patricia_trie::Branch
  • merkle_patricia_trie::Extension
  • merkle_patricia_trie::Leaf
  • merkle_patricia_trie::MerklePatriciaTrie
  • merkle_patricia_trie::RLPSerializer
  • merkle_patricia_trie::Sha3Hasher
  • sparse_merkle_tree::BinarySparseMerkleTree
  • vanilla_sparse_merkle_tree::VanillaArity4SparseMerkleTree
  • vanilla_sparse_merkle_tree::VanillaBinarySparseMerkleTree

Enums

  • errors::MerkleTreeErrorKind
  • merkle_patricia_trie::HashOrBranch
  • merkle_patricia_trie::HashOrNode
  • merkle_patricia_trie::KeyValueNodeType
  • merkle_patricia_trie::NodeType
  • sparse_merkle_tree::NodeType

Traits

  • compact_merkle_tree::HashDb
  • db::HashValueDb
  • hasher::Arity2Hasher
  • hasher::Arity4Hasher
  • merkle_patricia_trie::Key
  • merkle_patricia_trie::KnownLength
  • merkle_patricia_trie::NodeHasher
  • merkle_patricia_trie::PatriciaTrieNodeSerializer
  • types::LeafIndex