Docs.rs
sp-trie-27.0.0
sp-trie 27.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
ahash ^0.8.2
normal
parity-scale-codec ^3.6.1
normal
hash-db ^0.16.0
normal
hashbrown ^0.13.2
normal
lazy_static ^1.4.0
normal
memory-db ^0.32.0
normal
nohash-hasher ^0.2.0
normal
parking_lot ^0.12.1
normal
rand ^0.8
normal
scale-info ^2.10.0
normal
schnellru ^0.2.1
normal
sp-core ^26.0.0
normal
sp-std ^12.0.0
normal
thiserror ^1.0.48
normal
tracing ^0.1.29
normal
trie-db ^0.28.0
normal
trie-root ^0.18.0
normal
array-bytes ^6.1
dev
criterion ^0.4.0
dev
trie-bench ^0.38.0
dev
trie-standardmap ^0.16.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
sp_trie
27.0.0
TrieHash
In crate sp_trie
?
Type Alias
sp_trie
::
TrieHash
source
·
[
−
]
pub type TrieHash<L> = <<L as
TrieLayout
>::
Hash
as
Hasher
>::
Out
;
Expand description
Hash type for a trie layout.