Registry / utility / ibig
library0.3.6rscratesunverified

A big integer library with good performance.

# Cargo.toml [dependencies] ibig = "0.3.6"
INSTALL
IMPORT
SIG · IBIG
I
ibig
utilityrustv0.3.6
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.

IBig
use ibig::IBig;

Perform arithmetic with big integers.

use ibig::IBig; fn main() { let a = IBig::from(12345678901234567890u128); let b = IBig::from(98765432109876543210u128); let sum = a + b; println!("Sum: {}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ibig — cargo add ibig · libregistry