Crates.io | rope |
lib.rs | rope |
version | 0.0.1 |
source | src |
created_at | 2014-11-21 05:18:03.641548 |
updated_at | 2015-12-11 23:55:55.315022 |
description | Ropes in Rust |
homepage | |
repository | https://github.com/epsilonz/rope.rs |
max_upload_size | |
id | 224 |
size | 5,653 |
Ropes 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