Registry / utility / num
library0.4.3rscratesunverified

A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, and generic integers.

# Cargo.toml [dependencies] num = "0.4.3"
INSTALL
IMPORT
SIG · NUM
N
num
utilityrustv0.4.3
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.

BigInt
use num::BigInt;

Demonstrates basic usage of BigInt from the num crate.

use num::BigInt; fn main() { let a = BigInt::from(1234); let b = BigInt::from(5678); let sum = a + b; println!("{}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
num — cargo add num · libregistry