intrusive_splay_tree 0.2.0

An intrusive splay tree implementation that is no-std compatible and free from allocation and moves.
Documentation
language: rust
cache: cargo

rust:
  - stable
  - beta
  - nightly

script:
  - cargo test
  - if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then ./wasm/build.sh; fi