[][src]Crate spellcheck_toy

Structs

Dict

Dict is a spellchecking dictionary. The default is an empty dictionary. All values in the dictionary are nonnegative integers; index access does not panic on a missing key, but instead returns zero.

Enums

IOError

Type Definitions

Result

A Result type with IOError