Docs.rs
aprender-shell-0.3.0
aprender-shell 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
noahgift
Dependencies
aprender ^0.24
normal
clap ^4
normal
dirs ^5
normal
rpassword ^7
normal
serde ^1
normal
serde_json ^1
normal
assert_cmd ^2
dev
criterion ^0.5
dev
predicates ^3
dev
proptest ^1
dev
tempfile ^3
dev
Versions
Platform
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
Module trie
aprender_
shell
0.3.0
Module trie
Module Items
Structs
In crate aprender_
shell
aprender_shell
Module
trie
Copy item path
Source
Expand description
Trie data structure for fast prefix matching
Optimized for minimal allocations (Issue #93):
Pre-allocated result vectors
Single mutable string buffer for traversal
Structs
ยง
Trie
Trie for fast prefix-based command lookup