Expand description
Big unsigned integer types.
Implementation of a various large-but-fixed sized unsigned integer types.
The functions here are designed to be fast. There are optional x86_64
implementations for even more speed, hidden behind the x64_arithmetic
feature flag.
Structs§
- U128
- Little-endian large integer type
- U256
- Little-endian large integer type
- U512
- Little-endian large integer type
Enums§
- From
DecStr Err - Conversion from decimal string error