splay 0.1.8

A native implementation of a Splay Tree for Rust. Splay Trees are self-balancing binary search trees which adapt dynamically to lookups over time to allow common access patterns to frequently have better than log(n) lookup time.
Documentation
Build #14431 2016-08-10T15:17:59.959479+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading splay v0.1.8
Documenting splay v0.1.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/splay-0.1.8/src/lib.rs --crate-name splay -o /home/cratesfyi/splay-0.1.8/doc -L dependency=/home/cratesfyi/splay-0.1.8/debug -L dependency=/home/cratesfyi/splay-0.1.8/debug/deps`