i2cdev 0.4.2

Provides API for safe access to Linux i2c device interface. https://www.kernel.org/doc/Documentation/i2c/dev-interface
Documentation
language: rust
sudo: false

os:
- linux
- osx

script:
- cargo build --verbose
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo test --verbose; fi