| Crates.io | clamped_values |
| lib.rs | clamped_values |
| version | 0.1.0 |
| created_at | 2024-01-06 10:52:50.955512+00 |
| updated_at | 2024-01-06 10:52:50.955512+00 |
| description | Provides a generic `ClampedValue` struct that stores a value and ensures that it is always within the specified minimum and maximum values. |
| homepage | |
| repository | https://github.com/bread42/clamped_value |
| max_upload_size | |
| id | 1090848 |
| size | 11,081 |
Add the following to your Cargo.toml
[dependencies]
clamped_values = "0.1.0"