69 releases (35 breaking)
Uses new Rust 2024
new 0.37.0 | May 19, 2025 |
---|---|
0.35.0 | May 14, 2025 |
0.26.0 | Mar 21, 2025 |
0.13.0 | Dec 30, 2024 |
0.8.3 | Mar 25, 2024 |
#225 in Magic Beans
1,990 downloads per month
Used in 7 crates
1MB
22K
SLoC
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
).
Dependencies
~11–18MB
~210K SLoC