fast_trie

Crates.iofast_trie
lib.rsfast_trie
version0.1.4
created_at2025-01-26 04:36:42.846573+00
updated_at2025-01-28 14:22:34.257809+00
descriptionA memory efficient trie library.
homepagehttps://github.com/alexjthomson/fast_trie
repositoryhttps://github.com/alexjthomson/fast_trie
max_upload_size
id1531037
size36,553
Alex Thomson (alexjthomson)

documentation

https://docs.rs/fast_trie

README

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.
Commit count: 11

cargo fmt