harper-core

Crates.ioharper-core
lib.rsharper-core
version0.65.0
created_at2024-01-21 03:18:12.242406+00
updated_at2025-09-22 21:08:59.515555+00
descriptionThe language checker for developers.
homepage
repositoryhttps://github.com/automattic/harper
max_upload_size
id1107227
size5,248,391
Elijah Potter (elijah-potter)

documentation

README

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

Commit count: 3400

cargo fmt