[package] name = "treelike" version = "0.2.0" authors = ["djugei "] edition = "2018" description = "A trait to abstract over trees, and simplify implementing them, all in one handy crate" license = "Apache-2.0" repository = "https://github.com/djugei/treelike" [dependencies] [features] default = ["alloc"] alloc = []