toolshed 0.6.2

Arena allocator and a handful of useful data structures
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

branches:
  except:
    - dev
    - benches

matrix:
  allow_failures:
    - rust: nightly

os:
  - linux

script:
  - |
      cargo test --features impl_serialize &&
      cargo test --features impl_serialize --release