fingertree

Crates.iofingertree
lib.rsfingertree
version0.0.1
sourcesrc
created_at2014-11-21 05:13:27.210934
updated_at2015-12-11 23:55:55.315022
descriptionFinger Trees in Rust
homepage
repositoryhttps://github.com/epsilonz/fingertree.rs
max_upload_size
id222
size6,590
(silvanshade)

documentation

http://www.rust-ci.org/epsilonz/fingertree.rs/doc/fingertree/

README

fingertree.rs

Finger Trees in Rust

build status

Documentation

See the API documentation here.

Requirements

  1. Rust
  2. Cargo

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
Commit count: 0

cargo fmt