Docs.rs
  • shardtree-0.6.1
    • shardtree 0.6.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • str4d
    • nuttycom
    • github:zcash:crate-publishers
    • Dependencies
      • assert_matches ^1.5 normal optional
      • bitflags ^2 normal
      • either ^1.8 normal
      • incrementalmerkletree ^0.8.1 normal
      • incrementalmerkletree-testing ^0.3 normal optional
      • proptest ^1 normal optional
      • tracing ^0.1 normal
      • assert_matches ^1.5 dev
      • incrementalmerkletree ^0.8.1 dev
      • incrementalmerkletree-testing ^0.3 dev
      • proptest ^1 dev
      • tempfile >=3, <3.7.0 dev
    • Versions
    • 80.49% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

shardtree0.6.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BatchInsertionResult
  • IncompleteAt
  • LocatedTree
  • RetentionFlags
  • ShardTree
  • Tree
  • store::Checkpoint
  • store::caching::CachingShardStore
  • store::memory::MemoryShardStore

Enums

  • Node
  • error::InsertionError
  • error::QueryError
  • error::ShardTreeError
  • store::TreeState

Traits

  • store::ShardStore

Functions

  • testing::arb_char_str
  • testing::arb_leaves
  • testing::arb_prunable_tree
  • testing::arb_retention_flags
  • testing::arb_shardtree
  • testing::arb_tree
  • testing::check_shard_sizes
  • testing::check_shardtree_insertion
  • testing::check_witness_with_pruned_subtrees

Type Aliases

  • LocatedPrunableTree
  • PrunableTree