We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f252b commit 79ecc84Copy full SHA for 79ecc84
1 file changed
Cargo.toml
@@ -3,6 +3,12 @@ name = "xtri"
3
version = "0.1.0"
4
edition = "2024"
5
license = "MIT"
6
+description = "A fast, memory-efficient radix tree (compressed trie) implementation in Rust with UTF-8 support"
7
+documentation = "https://docs.rs/xtri"
8
+homepage = "https://github.com/oramasearch/xtri"
9
+repository = "https://github.com/oramasearch/xtri"
10
+keywords = ["radix-tree", "trie", "data-structure", "prefix-search", "utf8"]
11
+categories = ["data-structures", "algorithms"]
12
13
[dependencies]
14
0 commit comments