conreg 0.1.0

Control and Regulation
Documentation

conreg

Control and Regulation

crate documentation minimum rustc 1.8 build status

Controllers and regulators in Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
conreg = "0.1"

and this to your crate root:

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.

Compatibility

The conreg crate is tested for rustc 1.8 and greater.

License

Licensed under

at your option.