Docs.rs
byte_trie-0.3.0
byte_trie 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
chippers
Dependencies
serde ^1.0
normal
optional
criterion ^0.2
dev
rand ^0.6
dev
serde_json ^1.0
dev
Versions
33.33%
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
byte_
trie
0.3.0
All Items
Crate Items
Modules
Structs
Traits
Crate
byte_trie
Copy item path
Source
Modules
§
keys
nodes
prelude
tries
Structs
§
Adaptive
Node
A byte-driven representation of an adaptive compressed trie node.
Traits
§
Bytes
Key
A way of representing a
BytesNode
key
u8
inside a
Vec<u8>
.
Bytes
Trie
Represents a trie with node keys having the maximum size of
u8
.