[−][src]Crate rspell
Modules
| hunspell | Safe minimal wrapper of hunspell. |
Structs
| BadWord | Represents a misspelt word in a text. |
| LangProvider | A structure to ensure that the data files for the given language are available. |
| Spell | This is the main structure. It allows to gather dictionaries for a given language and spellcheck individual word or whole text using it. |
Enums
| SpellError | |
| SpellResult | Result of a check. Wraps possible corrections when this is an incorrect result. |
Functions
| load_config | Loads the configuration from the disk. |