Registry / utility / nonmax

nonmax

JSON →
library0.5.5rscratesunverified

Numeric types that cannot hold maximum values.

# Cargo.toml [dependencies] nonmax = "0.5.5"
INSTALL
IMPORT
SIG · NONMAX
N
nonmax
utilityrustv0.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NonMaxU32
use nonmax::NonMaxU32;

Creates a NonMaxU32 and retrieves its value.

use nonmax::NonMaxU32; fn main() { let val = NonMaxU32::new(100).unwrap(); println!("Value: {}", val.get()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
nonmax — cargo add nonmax · libregistry