Docs.rs
tst-0.12.1
tst 0.12.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
billyevans
Dependencies
criterion ^0.6
dev
jemalloc-sys 0.1.*
dev
jemallocator 0.1.*
dev
libc 0.2.*
dev
rand 0.6.*
dev
Versions
90.91%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Crate tst
tst
0.12.1
All Items
Crate Items
Re-exports
Modules
Macros
Crate
tst
Copy item path
Source
Expand description
Ternary search trie (TST) container.
Re-exports
§
pub use tst_map::
TSTMap
;
pub use tst_set::
TSTSet
;
Modules
§
tst_map
tst_set
Macros
§
tstmap
Create a
TSTMap
containing a given list of elements:
tstset
Create a
TSTSet
containing a given list of elements: