5 releases

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

#746 in Algorithms

32 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

~150KB