boxext 0.1.5

Extensions to the `Box` type
Documentation
dist: trusty
language: rust
matrix:
  include:
  - rust: 1.22.0
  - rust: 1.26.0
    env: ALLOCATOR_API=1
  - rust: stable
    env: ALLOCATOR_API=1
  - rust: beta
    env: ALLOCATOR_API=1
  - rust: nightly
    env: ALLOCATOR_API=1
cache: cargo
script:
  - cargo test --verbose
  - if [ "$ALLOCATOR_API" ]; then cargo test --verbose --features allocator_api; fi
  - if [ "$ALLOCATOR_API" ]; then cargo test --verbose --features allocator_api --no-default-features; fi