Crate ranch

Crate ranch 

Source
Expand description

Ranged integer types and math.

Modules§

aliases
Convenience aliases for the most common non-standard integer widths
parsing
Error types related to parsing

Structs§

RangedI8
i8 with a specified minimum and maximum value
RangedU8
u8 with a specified minimum and maximum value
RangedU16
u16 with a specified minimum and maximum value
RangedU32
u32 with a specified minimum and maximum value
RangedU64
u64 with a specified minimum and maximum value
RangedU128
u128 with a specified minimum and maximum value

Enums§

Error
Error creating ranged integer
Quotient
The result of a division

Type Aliases§

Result
Creating ranged integer result