Function regex_automata::util::wire::padding_len

source ยท
pub(crate) fn padding_len(non_padding_len: usize) -> usize
Expand description

Returns the number of additional bytes required to add to the given length in order to make the total length a multiple of 4. The return value is always less than 4.