5 releases

new 0.1.4 Jan 28, 2025
0.1.3 Jan 28, 2025
0.1.2 Jan 28, 2025
0.1.1 Jan 27, 2025
0.1.0 Jan 26, 2025

#687 in Algorithms

Download history 244/week @ 2025-01-24

244 downloads per month

MIT license

36KB
824 lines

Fast Trie

A memory efficient trie library written entirely in Rust.

Features

  • string: Enables an optimised StringTrie type that can be used to create string-based trie structures.
  • serde: Enables serde serialization and deserialization support.

Dependencies

~160KB