Crate numext_fixed_uint_core

Source
Expand description

This is a internal crate used by numext-fixed-uint.

Notice: You should NOT use this crate directly. Please use numext-fixed-uint instead of this crate.

Modules§

prelude

Structs§

U128
Fixed non-negative integer type.
U160
Fixed non-negative integer type.
U224
Fixed non-negative integer type.
U256
Fixed non-negative integer type.
U384
Fixed non-negative integer type.
U512
Fixed non-negative integer type.
U520
Fixed non-negative integer type.
U1024
Fixed non-negative integer type.
U2048
Fixed non-negative integer type.
U4096
Fixed non-negative integer type.

Enums§

FixedUintError
FromSliceError
Error for parse from slice.
FromStrError
Error for parse from string.
IntoSliceError
Error for parse from slice.