gavl 0.1.5

A fast implementation for a map and a set using an AVL tree
Documentation

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.