base64_len_wrapped

Function base64_len_wrapped 

Source
fn base64_len_wrapped(
    base64_len: usize,
    line_width: usize,
    line_ending: LineEnding,
) -> Result<usize>
Expand description

Compute Base64 length line-wrapped at the specified width with the given line ending.