Expand description

Zspell library

The main operations of this module include [AffixConfig], which represents configuration options, and Dictionary, which contains the affix configuration and the implementation to perform spell checking.

Please note that the spellchecker is currently in alpha, and really not ready for any mainstream use. Contributions are more than welcome at, https://github.com/pluots/zspell.

Re-exports

pub use affix::Config;
pub use dictionary::Dictionary;

Modules

Dictionary configuration options framework

Word checking and correction suggestion framework

Macros

Create a vector of unicode graphemes Each &str within this array is a single unicode character, which is composed of one to four 8-bit integers (“chars”)