1 unstable release
0.1.0 | May 19, 2021 |
---|
#348 in No standard library
76KB
1.5K
SLoC
conreg
Control and Regulation
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.
Dependencies
~1MB
~21K SLoC