| Crates.io | harper-core |
| lib.rs | harper-core |
| version | 0.65.0 |
| created_at | 2024-01-21 03:18:12.242406+00 |
| updated_at | 2025-09-22 21:08:59.515555+00 |
| description | The language checker for developers. |
| homepage | |
| repository | https://github.com/automattic/harper |
| max_upload_size | |
| id | 1107227 |
| size | 5,248,391 |
harper-coreharper-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.
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).