# Rust Modbus
[](https://travis-ci.org/hirschenberger/modbus-rs)
[](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).