40 releases (11 breaking)
0.12.0 | Oct 13, 2024 |
---|---|
0.10.0 | Aug 31, 2024 |
0.9.0 | Jul 25, 2024 |
0.8.3 | Mar 25, 2024 |
#457 in Text processing
325 downloads per month
Used in 4 crates
270KB
6K
SLoC
harper-core
This is the core engine behind Harper.
Right now, it only exists to hold the core functioning of harper-ls
and harper-wasm
(and by extension the web interface).
harper-core
is available on crates.io
, however improving the API is currently not a high priority.
Feel free to use harper-core
in your projects, but 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
~6MB
~111K SLoC