A trie in Rust
Rust 88.5%
Shell 0.4%
Other 11.1%
83 2 0

Clone this repository

https://tangled.org/containers.tngl.sh/trie https://tangled.org/did:plc:kn7qek3yfcektmyspqndyorc/trie
git@tangled.org:containers.tngl.sh/trie git@tangled.org:did:plc:kn7qek3yfcektmyspqndyorc/trie

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

An ordered map and set based on a trie.

WORK IN PROGRESS.

Meant to be: Highly general and customizable.

You can see the documentation here: https://docs.rs/trie/latest/trie/.

To use trie, add this to Cargo.toml:

[dependencies]
trie = "0.3"