gavl

Crates.iogavl
lib.rsgavl
version0.1.5
sourcesrc
created_at2023-07-19 03:28:23.38205
updated_at2023-08-16 05:33:43.102917
descriptionA fast implementation for a map and a set using an AVL tree
homepage
repositoryhttps://github.com/GumGun-rust/avl
max_upload_size
id919996
size67,751
Gonzalo Gomez (GummyGun)

documentation

README

GAVL

Various AVL data structures

Crates.io MIT licensed

API Docs

Overview

Includes

  • Map: Can be modified by various iterators, duplicate keys are not supported and some common functions associated with data structures like collect()

Future data structures

  • Set: Will function almost the same as map it will include diferent set of iterators

Vision

The crate has an opt-in philosophy where you only activate the features that you need.

Commit count: 35

cargo fmt