# use-optimization-constraint
Bounds and simple constraint helpers for primitive optimization.
## Install
```toml
[dependencies]
use-optimization-constraint = "0.0.1"
```
## Scope
Use `use-optimization-constraint` when you need inclusive numeric bounds,
clamping, and simple `f64` constraint checks without bringing in the rest of the
optimization workspace.
## RustUse workspace
This crate is part of the `use-optimization` workspace. Depend on
`use-optimization` when you want the full facade.
## Status
This crate is experimental and may evolve while the workspace remains below
`0.3.0`.