[package] name = "nary_tree" version = "0.4.3" authors = ["Ian ", "David Cohen "] description = "A vec-backed tree structure with tree-specific generational indexes." documentation = "https://docs.rs/nary_tree" repository = "https://github.com/osimarr/nary-tree" readme = "README.md" keywords = ["tree", "slab", "slab-tree", "n-ary"] categories = ["data-structures"] license = "MIT" edition = "2021" [dependencies] slab = "~0.4" snowflake = "~1.3" [features] experimental = []