Registry / utility / bigint

bigint

JSON →
library4.4.3rscratesunverified

DEPRECATED: use uint instead.

# Cargo.toml [dependencies] bigint = "4.4.3"
INSTALL
IMPORT
SIG · BIGINT
B
bigint
utilityrustv4.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.

U256
use bigint::U256;

Create a 256-bit unsigned integer.

use bigint::U256; fn main() { let a = U256::from(42u64); println!("Value: {}", a); }
Debug
Known issues
breakingCrate is deprecated; use the `uint` crate instead.
fix
Replace `bigint` with `uint` in Cargo.toml and update imports.
affects: >=4.0.0
Upgrade
Version history
4.4.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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