validated-slice 0.2.0

Helper macros to implement std traits for custom validated slice types
Documentation
language: rust
cache: cargo
rust:
  - stable
  - beta
  - 1.37.0
script:
  - cargo build --verbose --all --all-features
  - cargo test --verbose --all --all-features
notifications:
  email: false