msr 0.1.0

Industrial automation library
Documentation
# msr

A [Rust](https://www.rust-lang.org) library for industrial automation.

[![Crates.io version](https://img.shields.io/crates/v/msr.svg)](https://crates.io/crates/msr)
[![Docs](https://docs.rs/msr/badge.svg)](https://docs.rs/msr/)
[![Build Status](https://travis-ci.org/slowtec/msr.svg?branch=master)](https://travis-ci.org/slowtec/msr)

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
msr = "*"
```

## License

Copyright (c) 2018, [slowtec GmbH](https://www.slowtec.de)

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   http://opensource.org/licenses/MIT)

at your option.