Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 850 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 850 Bytes

rust-red-black-tree Build Status Coverage Status

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!