slice-ext 0.1.4

Useful extensions to slices and iterable types
Documentation
language: rust
install:
  - cargo build
script:
  - cargo build; cargo test
notifications:
  email:
    on_success: never
    on_failure: never