Docs.rs
fastrie-0.2.1
fastrie 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
wilsonzlin
Dependencies
Versions
21.05%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate fastrie
Version 0.2.1
All Items
Structs
Functions
?
Crate
fastrie
source
·
[
−
]
Structs
Fastrie
FastrieBuild
FastrieBuilderNode
FastrieMatch
IndexWidth
How many bytes to store and represent indices in the built data. Must be between 1 and 8 inclusive. Indices will be encoded in little endian format.
Functions
from_prebuilt_without_values
Example