使用旧的Rust 2015

0.0.1 2014年11月21日

#17 in #strings


用于 epsilonz

MIT 许可证

3KB
70

rope.rs

Rust中的绳索

build status

文档

请参阅API文档此处

要求

  1. Rust
  2. Cargo

您可以使用以下命令安装它们

$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh

有关更多信息,请参阅安装Rust

用法

$ cargo build       ## build library and binary
$ cargo test        ## run tests in ./tests
$ cargo bench       ## run benchmarks in ./benches

lib.rs:

此软件包实现了Rope数据类型。

依赖关系

~36KB