Skip to content

andrefs/trie-generic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trie-generic

THIS IS CURRENTLY A WORK IN PROGRESS! API MAY CHANGE WITHOUT WARNING.

Rust

Generic implementation of a trie.

Install

Add trie-generic to the dependencies on your Cargo.toml file:

[dependencies]
trie-generic = "0.1.2"

API

Example

To do

  • t.set(key, value)
  • t.all() -> (key, value)
  • t.subtree(prefix) -> Trie
  • Improve docs
  • Replace string/Vec with Iterator

Bugs and stuff

Open a GitHub issue or, preferably, send me a pull request.

About

Generic implementation of a trie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages