Expand description
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.
Features
-
openapi
— AddOpenapiType
implementations forAATreeSet
andAATreeMap
. -
serde
— Add(De)Serialize
implementations forAATreeSet
andAATreeMap
.