hunspell-rs 0.3.2

Rust bindings to the Hunspell library
Documentation
1
2
3
4
5
6
7
# Rust bindings for Hunspell

Not all Hunspell features are supported yet. Most notably, it's not possible to
change the dictionary at runtime.

Available from crates.io as `hunspell-rs`, based on [`hunspell-rust`](https://github.com/lipk/hunspell-rust)
but building on top of `hunspell-sys`.