insteon-serial 0.1.1

Insteon PLM serial programming library.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
before_install:
  - sudo apt-get update
  - sudo apt-get install -y libudev-dev
before_script:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- cargo build --verbose
- cargo test --all --verbose
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
cache: cargo