modbus 0.0.2

Pure Rust modbus implementation
Documentation
# Rust Modbus
[![Build Status](https://travis-ci.org/hirschenberger/modbus-rs.svg)](https://travis-ci.org/hirschenberger/modbus-rs)
[![License](http://img.shields.io/:license-MIT-blue.svg)](http://doge.mit-license.org)

Modbus implementation in pure Rust.

## Usage
Add `modbus` to your `Cargo.toml` dependencies:

```toml
[dependencies]
modbus = "0.1.0"
```

Import the `modbus` crate and use it's functions:

```rust
extern crate modbus;
```
See the [documentation](http://hirschenberger.github.io/modbus-rs/modbus/index.html) for usage examples and further reference.


## License
Copyright © 2015 Falco Hirschenberger

Distributed under the [MIT License](LICENSE).