# harper v0.1.1 - Table of Contents

> Elixir bindings to Harper — a fast, offline, privacy-first English grammar and spell checker (Automattic's Harper, in Rust). Spelling, grammar and style lints with suggestions, dialects and a custom dictionary.

## Pages

- [Harper](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [Harper](Harper.md): English grammar and spell checking, backed by a Rustler NIF wrapping
[Automattic Harper](https://github.com/Automattic/harper) (`harper-core`).
- [Harper.Lint](Harper.Lint.md): A single problem Harper found in a piece of text.
- [Harper.Suggestion](Harper.Suggestion.md): A suggested edit that resolves a `Harper.Lint`, applied over the lint's span.

