Crates.io | coll |
lib.rs | coll |
version | 0.1.3 |
source | src |
created_at | 2016-10-27 20:12:44.675732 |
updated_at | 2016-10-31 17:18:45.365355 |
description | Some basic (persistent) collections |
homepage | https://github.com/dangeloj/rust-collections |
repository | https://github.com/dangeloj/rust-collections |
max_upload_size | |
id | 7021 |
size | 21,147 |
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.
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.
This code is released under Unlicense; please see the LICENSE file.