coll 0.1.2

Some basic (persistent) collections
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[![Build Status](https://travis-ci.org/dangeloj/rust-collections.svg?branch=master)](https://travis-ci.org/dangeloj/rust-collections)
[![Docs Status](https://docs.rs/coll/badge.svg)](https://docs.rs/coll)
[![Cargo Status](https://img.shields.io/crates/v/coll.svg)](https://crates.io/crates/coll)

# 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](http://unlicense.org);
please see the [LICENSE](LICENSE) file.