#send-sync #generic #implemented #long #n-tree #n-trees #guarantree

tasty-ntree

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

2 unstable releases

0.2.0 Jan 22, 2023
0.1.0 Jan 22, 2023

#26 in #long

MIT license

22KB
431 lines

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).

No runtime deps

Features