[][src]Module num::bigint

Structs

BigInt

A big signed integer type.

BigUint

A big unsigned integer type.

ParseBigIntError

Enums

Sign

A Sign is a BigInt's composing element.

Traits

ToBigInt

A generic trait for converting a value to a BigInt.

ToBigUint

A generic trait for converting a value to a BigUint.