Crate poetrie

Crate poetrie 

Source
Expand description

Poetrie, poetic trie, is trie designated for finding rhymes for your verses.

For given input, and populated tree, it will find word with lengthiest shared suffix for you.

Structs§

Entry
&str validated for usage with Poetrie.
Poetrie
Poetrie is poetic retrieval tree implementation for finding words with shared suffixes.

Enums§

FindErr
Various errors which can occur when searching common suffix.

Type Aliases§

Key
Entry alias for using in key role.