radixal 0.1.0

Digits iteration for unsigned integer types.
Documentation

radixal

Digits iteration for unsigned integer types.

Features

This crate can be used without the standard library.

The DigitsIterator struct as well as the AsDigits trait are only implemented for primitive unsigned types: u8, u16, u32, u64, u128, usize.