Skip to content

Commit 79ecc84

Browse files
committed
Fix metadata
1 parent 47f252b commit 79ecc84

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "xtri"
33
version = "0.1.0"
44
edition = "2024"
55
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"]
612

713
[dependencies]
814

0 commit comments

Comments
 (0)