42 releases (13 breaking)
new 0.14.0 | Jan 2, 2025 |
---|---|
0.13.0 | Dec 30, 2024 |
0.12.0 | Oct 13, 2024 |
0.9.0 | Jul 25, 2024 |
0.8.3 | Mar 25, 2024 |
#188 in WebAssembly
481 downloads per month
Used in 3 crates
280KB
7.5K
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
~7.5MB
~119K SLoC