Crate flexint

Source
Expand description

Big integer types, optimized for small values.

Structs§

FlexInt
A big signed integer type, optimized for small values.
FlexUint
A big unsigned integer type, optimized for small values.
ParseError
RangeError

Enums§

Sign
A Sign is a BigInt’s composing element.