Registry / utility / dashu-int

dashu-int

JSON →
library0.4.2rscratesunverified

A big integer library with good performance for arbitrary-precision arithmetic.

# Cargo.toml [dependencies] dashu-int = "0.4.2"
INSTALL
IMPORT
SIG · DASHU-INT
D
dashu-int
utilityrustv0.4.2
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.

UBig
use dashu_int::UBig;

Creates two big unsigned integers and prints their sum.

use dashu_int::UBig; fn main() { let a = UBig::from(42u32); let b = UBig::from(7u32); println!("Sum: {}", a + b); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
dashu-int — cargo add dashu-int · libregistry