Function wordcut_engine::create_byte_to_char_idx_map[][src]

pub fn create_byte_to_char_idx_map(text: &str) -> Vec<usize>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator