Skip to main content

radix_decode_str_aligned_digits

Function radix_decode_str_aligned_digits 

Source
fn radix_decode_str_aligned_digits<D: DecodeByLimb>(
    src: &str,
    radix: u8,
    out: &mut D,
) -> Result<(), DecodeError>
Expand description

Decode digits for bases where an integer number of characters can represent a saturated Limb (specifically 2, 4, and 16).