Function aho_corasick::nfa::contiguous::u32_len
source ยท fn u32_len(ntrans: usize) -> usize
Expand description
Computes the number of u32 values needed to represent one byte per the number of transitions given.
fn u32_len(ntrans: usize) -> usize
Computes the number of u32 values needed to represent one byte per the number of transitions given.