A (soon to be) collection of multiple ways to implement a Red-Black Tree. The goal is to give others another resource for the various ways that data structures could be written in rust.
Currently (nightly rust 1.9.0), only a 100% safe version of a red black tree is implemented.
This repository only compiles on rust nightly because it relies on the plugin stainless. Plugins in rust are only supported in nightly for now.
Pull requests are welcome!