Crates.io | tasty-ntree |
lib.rs | tasty-ntree |
version | 0.2.0 |
source | src |
created_at | 2023-01-22 03:46:58.050884 |
updated_at | 2023-01-22 21:08:04.398481 |
description | Generic rust n-trees implemented with generics and no dependencies (and that's a guarantree). |
homepage | |
repository | https://github.com/miintTeaa/tasty-ntree/ |
max_upload_size | |
id | 764743 |
size | 22,284 |
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).