Function rayon::str::is_char_boundary

source ·
fn is_char_boundary(b: u8) -> bool
Expand description

Test if a byte is the start of a UTF-8 character. (extracted from str::is_char_boundary)