arbtree

Crates.ioarbtree
lib.rsarbtree
version0.2.0
sourcesrc
created_at2022-05-08 10:48:30.664955
updated_at2022-06-25 16:36:23.137965
descriptionA small library for general purpose tree data structures
homepage
repositoryhttps://github.com/ilmari-h/arbtree.rs
max_upload_size
id582439
size27,639
(ilmari-h)

documentation

README

arbtree

arbtree is a library for general purpose tree data structures.

The library provides an interface for working with trees of arbitrary depth and width. The implementation is simple and uses arena allocation where nodes are stored in a Vec. No unsafe blocks and no additional overhead from using smart pointers.

Commit count: 0

cargo fmt