Crates.io | gavl |
lib.rs | gavl |
version | 0.1.5 |
source | src |
created_at | 2023-07-19 03:28:23.38205 |
updated_at | 2023-08-16 05:33:43.102917 |
description | A fast implementation for a map and a set using an AVL tree |
homepage | |
repository | https://github.com/GumGun-rust/avl |
max_upload_size | |
id | 919996 |
size | 67,751 |
Various AVL data structures
Map: Can be modified by various iterators, duplicate keys are not supported and some common functions associated with data structures like collect()
The crate has an opt-in philosophy where you only activate the features that you need.