We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193181a commit 0702579Copy full SHA for 0702579
README.md
@@ -2,6 +2,10 @@
2
3
A Rust implementation of a map data structure backed by a trie (prefix tree).
4
5
+## Documentation
6
+
7
+ Full API documentation is available at: https://ekinimo.github.io/triemap
8
9
## Features
10
11
- Key lookups with O(k) complexity where k is the key length
0 commit comments