Function wordcut_engine::find_cluster_path[][src]

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