Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drahnr/hunspell-rs

Use hunspell in rust.
https://github.com/drahnr/hunspell-rs

Last synced: 17 days ago
JSON representation

Use hunspell in rust.

Awesome Lists containing this project

README

        

# 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`.