rbtree 0.1.2

the rbtree for Rust
Documentation
language: rust
sudo: false

rust:
- nightly
- beta
- stable

script:
- cargo build
- cargo test
- cargo doc

after_success:

notifications:
email: false