Expand description

Traits for converting to and from Integers, converting to and from strings, and extracting digits.

Modules

Functions for converting a Natural to an Integer, and an implementation of the From trait.

Implementations of traits for converting a primitive float to an Integer.

Implementations of traits for converting a primitive integer to an Integer.

Functions for constructing an Integer from two’s complement Limbs.

An implementation of IsInteger, a trait for determining whether a number is an integer.

Implementations of traits for converting an Integer to a Natural.

Implementations of traits for converting an Integer to a primitive float.

Implementations of traits for converting an Integer to a primitive integer.

Implementations of traits for serialization and deserialization using serde.

Implementations of traits for converting Integers to and from Strings.

Functions for extracting two’s complement Limbs from an Integer.