Registry / utility / bounded-integer

bounded-integer

JSON →
library0.6.1rscratesunverified

Bounded integers.

# Cargo.toml [dependencies] bounded-integer = "0.6.1"
INSTALL
IMPORT
SIG · BOUNDED-INTEGER
B
bounded-integer
utilityrustv0.6.1
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.

BoundedInteger
use bounded_integer::*;

Minimal bounded integer usage.

use bounded_integer::*; fn main() { let val = BoundedInteger::<0, 100>::new(50).unwrap(); println!("{}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
1
Amazon
1
Resources
bounded-integer — cargo add bounded-integer · libregistry