# conreg
Control and Regulation
[](https://crates.io/crates/conreg)
[](https://docs.rs/conreg)
[](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
[](https://github.com/rust-num/num-traits/actions)
Controllers and regulators in Rust.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
conreg = "0.1"
```
and this to your crate root:
```rust
use conreg::*;
```
## Features
This crate can be used without the standard library (`#![no_std]`) by disabling
the default `std` feature. Use this in `Cargo.toml`:
## Releases
Release notes are available in [RELEASES.md](RELEASES.md).
## Compatibility
The `conreg` crate is tested for rustc 1.8 and greater.
## License
Licensed under
- [MIT license](http://opensource.org/licenses/MIT)
at your option.