#tree #collection #persistent

yanked coll

Some basic (persistent) collections

Uses old Rust 2015

0.1.3 Oct 31, 2016
0.1.2 Oct 31, 2016
0.1.1 Oct 27, 2016
0.1.0 Oct 27, 2016

#148 in #persistent

Custom license

17KB
298 lines

Build Status Docs Status Cargo Status

coll

Persistent (non-mutating) collections that support functional-esque programming.

Currently there exists a partial implementation of a Red-Black Tree, taken from Chris Okasaki's work.

Feedback and Help

This project is incomplete, but all feedback and help is welcomed and greatly appreciated! If there is a way to improve anything, please open an issue or submit a pull request. This project is a way to learn Rust and its ecosystem.

License

This code is released under Unlicense; please see the LICENSE file.

No runtime deps