tasty-ntree

Crates.iotasty-ntree
lib.rstasty-ntree
version0.2.0
sourcesrc
created_at2023-01-22 03:46:58.050884
updated_at2023-01-22 21:08:04.398481
descriptionGeneric rust n-trees implemented with generics and no dependencies (and that's a guarantree).
homepage
repositoryhttps://github.com/miintTeaa/tasty-ntree/
max_upload_size
id764743
size22,284
(miintTeaa)

documentation

README

tasty-ntree

Generic rust n-trees implemented with generics and no dependencies (and that's a guarantree).

An entrée is a dish that is served before a meal.

An n-tree however, is better explained by clicking the link, which will take you to wikipedia.

The implementation is also Send + Sync (as long as the data stored inside the tree is also Send + Sync).

Commit count: 27

cargo fmt