Registry / utility / num256

num256

JSON →
library0.6.0rscratesunverified

Provides a 256-bit unsigned integer type with arithmetic and conversion operations.

# Cargo.toml [dependencies] num256 = "0.6.0"
INSTALL
IMPORT
SIG · NUM256
N
num256
utilityrustv0.6.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 num256::U256;

Creates two U256 integers and adds them.

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

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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