devicemapper 0.4.3

A library for using Linux device mapper
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
  - stable
  - beta
script:
  - cargo build --verbose && cargo test --verbose
  - |
    [ $TRAVIS_RUST_VERSION != nightly ] ||
    ( cargo build --verbose --features clippy &&
      cargo test --verbose --features clippy )