harper/harper-core
2025-07-21 13:16:11 -06:00
..
benches chore(core): rename + document items (#1523) 2025-07-10 15:01:30 -06:00
src test(core): add tests from LLM-fuzzing 2025-07-21 13:16:11 -06:00
tests fix(core): exclude verbs 2025-07-21 09:51:44 -06:00
annotations.json feat: detect "more faster", "most best" (#1507) 2025-07-18 18:12:37 +00:00
Cargo.toml build(deps): bump serde_json from 1.0.140 to 1.0.141 (#1598) 2025-07-21 15:23:51 +00:00
clippy.toml Added long_sentences and changed linter API 2024-01-20 19:43:59 -07:00
dictionary.dict feat(core): create first draft of rule for missing articles 2025-07-21 09:46:21 -06:00
proper_noun_rules.json Dictionary curation 2025 05 22 (#1321) 2025-05-26 14:19:38 +00:00
README.md missing definite article, comma placement 2025-01-23 23:56:41 +07:00

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).