Registry / utility / num

num

JSON →
library0.4.3rscratesunverified

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

utility
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources