Skip to main content

Crate numberwang

Crate numberwang 

Source
Expand description

The Numberwang crate is a library of custom number types and functionality.

Structs§

Int
A flexible-length integer.

Enums§

ConversionError
Represents all possible conversion errors that can occur.

Type Aliases§

BytesForBits
Helper type to calculate number of bytes needed for bits.
SInt
Type alias for signed integers, for convenience.
UInt
Type alias for unsigned integers, for convenience.