conreg

Crates.ioconreg
lib.rsconreg
version0.1.0
sourcesrc
created_at2021-05-19 10:59:15.02455
updated_at2021-05-19 10:59:15.02455
descriptionControl and Regulation
homepagehttps://github.com/almedso/conreg
repositoryhttps://github.com/almedso/conreg
max_upload_size
id399516
size84,467
Volker Kempert (volker-kempert)

documentation

https://docs.rs/conreg

README

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.

Commit count: 34

cargo fmt