# use-feedback
Primitive feedback loop helpers for control systems.
## Install
```toml
[dependencies]
use-feedback = "0.0.1"
```
## Scope
Use `use-feedback` when you need compact helpers for explicit positive and
negative feedback loop calculations without a larger control framework.
## RustUse workspace
This crate is part of the `use-control` workspace. Depend on `use-control` when
you want the full facade.
## Status
This crate is experimental and may evolve while the workspace remains below
`0.3.0`.