A collection of bounded numeric types that enforce constraints at compile and runtime.
# Cargo.toml
[dependencies]
strict-num = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a bounded unsigned 8-bit integer and retrieves its value.
Handle the Result properly or use the `new_unchecked` method if you are certain the value is valid.
No dependency data recorded yet.