Docs.rs
hashdb-0.3.0
hashdb 0.3.0
Permalink
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
rphmeier
github:paritytech:core-devs
Dependencies
Versions
100%
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
hashdb
0.3.0
All Items
Crate Items
Traits
Crate
hashdb
Copy item path
Source
Expand description
Database of byte-slices keyed to their hash.
Traits
ยง
AsHashDB
Upcast trait.
HashDB
Trait modelling datastore keyed by a hash defined by the
Hasher
.
Hasher
Trait describing an object that can hash a slice of bytes. Used to abstract other types over the hashing algorithm. Defines a single
hash
method and an
Out
associated type with the necessary bounds.