mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
harper-brill@1.0.0 harper-comments@1.0.0 harper-core@1.0.0 harper-html@1.0.0 harper-ink@1.0.0 harper-jjdescription@1.0.0 harper-literate-haskell@1.0.0 harper-ls@1.0.0 harper-pos-utils@1.0.0 harper-python@1.0.0 harper-stats@1.0.0 harper-tree-sitter@1.0.0 harper-typst@1.0.0 Generated by cargo-workspaces |
||
|---|---|---|
| .. | ||
| benches | ||
| src | ||
| tests | ||
| annotations.json | ||
| Cargo.toml | ||
| clippy.toml | ||
| dictionary.dict | ||
| proper_noun_rules.json | ||
| README.md | ||
harper-core
harper-core is the fundamental engine behind Harper, the grammar checker for developers.
harper-core is available on crates.io. However, improving the API is not currently a high priority.
Feel free to use harper-core in your projects.
If you run into issues, create a pull request.
Features
concurrent: Whether to use thread-safe primitives (Arc vs Rc). Disabled by default.
It is not recommended unless you need thread-safely (i.e. you want to use something like tokio).