Skip to content

Nashenas88/rust-red-black-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A (soon to be) collection of multiple ways to implement a Red-Black Tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages