https://github.com/euclio/spellbound
Bindings to your friendly neighborhood spellchecker.
https://github.com/euclio/spellbound
native rust spellcheck
Last synced: 2 months ago
JSON representation
Bindings to your friendly neighborhood spellchecker.
- Host: GitHub
- URL: https://github.com/euclio/spellbound
- Owner: euclio
- License: other
- Created: 2018-11-17T02:05:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T02:32:04.000Z (about 5 years ago)
- Last Synced: 2025-02-28T08:42:14.326Z (2 months ago)
- Topics: native, rust, spellcheck
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# spellbound
[](https://travis-ci.com/euclio/spellbound)
[](https://ci.appveyor.com/project/euclio/spellbound)`spellbound` is a small crate that binds to the native platform's spell checking
APIs and wraps them in a friendlier, rustic interface.Supported platforms and corresponding APIs:
| Platform | API |
| -------- | ------------------ |
| MacOS | [`NSSpellChecker`] |
| Windows | [`ISpellChecker`] |
| *nix | [`hunspell`][`ISpellChecker`]: https://docs.microsoft.com/en-us/windows/desktop/api/spellcheck/nn-spellcheck-ispellchecker
[`NSSpellChecker`]: https://developer.apple.com/documentation/appkit/nsspellchecker
[`hunspell`]: https://hunspell.github.io/