clamped_values 0.1.0

Provides a generic `ClampedValue` struct that stores a value and ensures that it is always within the specified minimum and maximum values.
Documentation
1
2
3
4
5
6
7
8
## Usage


Add the following to your Cargo.toml

```toml
[dependencies]
clamped_values = "0.1.0"
```