Expand description

wordbreaker is a Unicode-aware no_std crate (requires alloc) that rapidly finds all sequences of dictionary words that concatenate to a given string.

Structs

Stores a dictionary’s words so that concatenation finding is speedy. Canonicalizes the Unicode to NFD form.

Enums

An error that occurred while using a finite state transducer.