Registry / utility / yada
library0.6.0rscratesunverified

A yet another double-array trie library aiming for fast search and compact data representation.

# Cargo.toml [dependencies] yada = "0.6.0"
INSTALL
IMPORT
SIG · YADA
Y
yada
utilityrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DoubleArrayTrie
use yada::DoubleArrayTrie;

Builds a double-array trie from a list of keys.

use yada::DoubleArrayTrie; fn main() { let keys = vec!["foo", "bar"]; let trie = DoubleArrayTrie::new(&keys).unwrap(); println!("Trie built with {} keys", trie.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
17
Resources
yada — cargo add yada · libregistry