Registry / utility / uint
library0.10.0rscratesunverified

Large fixed-size integer arithmetic for Rust.

# Cargo.toml [dependencies] uint = "0.10.0"
INSTALL
IMPORT
SIG · UINT
U
uint
utilityrustv0.10.0
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::U256;

Basic usage of U256 for large integer arithmetic.

use uint::U256; fn main() { let a = U256::from(42); let b = U256::from(10); let sum = a + b; println!("Sum: {}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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