[package] name = "indextree-ng" version = "1.0.5" license = "MIT" readme = "README.md" keywords = ["tree", "arena", "index", "indextree", "trie"] authors = ["Sascha Grunert ", "Karsten König "] repository = "https://github.com/raymontag/indextree" homepage = "https://github.com/raymontag/indextree" documentation = "https://docs.rs/indextree-ng" description = "Arena based tree structure by using indices instead of reference counted pointers. Fork of indextree by Sascha Grunert which allows to remove nodes" categories = ["data-structures"] [badges] travis-ci = { repository = "raymontag/indextree", branch = "master" }