avl 0.2.1

A map and a set implemented with an AVL tree.
Documentation
1
2
3
4
# AVL Tree in Rust
An AVL tree (nearly balanced binary search tree) implementation in Rust.

This is solely to get practice with the dark art of unsafe Rust. For all common purposes one of the standard library collections should be preferable.