Crate radixal

Source
Expand description

Radixal provides the IntoDigits trait to simplify treating unsigned integer types as a sequence of digits under a specified radix.

Modules§

digits_iterator

Traits§

IntoDigits
An extension trait on unsigned integer types (u8, u16, u32, u64, u128 and usize) and the corresponding Wrapping type.