i2c-linux 0.1.2

Linux I2C device interface
Documentation
# i2c-linux

[![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license]

`i2c-linux` provides safe bindings over the Linux I2C subsystem, and is an
alternative to the [i2cdev](https://github.com/rust-embedded/rust-i2cdev) crate.

## [Documentation][docs]

See the [documentation][docs] for up to date information.

[travis-badge]: https://img.shields.io/travis/arcnmx/i2c-linux-rs/master.svg?style=flat-square
[travis]: https://travis-ci.org/arcnmx/i2c-linux-rs
[release-badge]: https://img.shields.io/crates/v/i2c-linux.svg?style=flat-square
[cargo]: https://crates.io/crates/i2c-linux
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://arcnmx.github.io/i2c-linux-rs/i2c_linux/
[license-badge]: https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square
[license]: https://github.com/arcnmx/i2c-linux-rs/blob/master/COPYING