Crates.io | fingertree |
lib.rs | fingertree |
version | 0.0.1 |
source | src |
created_at | 2014-11-21 05:13:27.210934 |
updated_at | 2015-12-11 23:55:55.315022 |
description | Finger Trees in Rust |
homepage | |
repository | https://github.com/epsilonz/fingertree.rs |
max_upload_size | |
id | 222 |
size | 6,590 |
Finger Trees in Rust
See the API documentation here.
You can install both with the following:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
See Installing Rust for further details.
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches