AA-Tree implementation in Rust.
An AA-Tree is a self-balancing binary search tree based on a RedBlack-Tree with a simplified self-balancing logic that should benefit performance.
AATreeSet
AATreeMap