Registry / utility / uint-crate

uint-crate

JSON →
library0.9.1rscratesunverified

Tetsy Common Large Fixed-Size Integer Arithmetic.

# Cargo.toml [dependencies] uint-crate = "0.9.1"
INSTALL
IMPORT
SIG · UINT-CRATE
U
uint-crate
utilityrustv0.9.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.

U256
✓ use uint_crate::U256;

Create and use a large fixed-size integer.

use uint_crate::U256; fn main() { let a = U256::from(42); println!("U256 value: {}", a); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
29
Resources
uint-crate — cargo add uint-crate · libregistry