Uses old Rust 2015
0.0.1 |
|
---|
#155 in #persistent
Used in epsilonz
3KB
70 lines
rope.rs
Ropes in Rust
Documentation
See the API documentation here.
Requirements
You can install both with the following:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
See Installing Rust for further details.
Usage
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches
lib.rs
:
This crate implements the Rope data type.
Dependencies
~36KB