Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drahnr/hunspell-rs
- Owner: drahnr
- Created: 2020-05-15T09:37:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:16:18.000Z (3 months ago)
- Last Synced: 2024-10-13T20:05:53.091Z (about 1 month ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`.