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

Download history 85/week @ 2024-09-17 103/week @ 2024-09-24 60/week @ 2024-10-01 184/week @ 2024-10-08 75/week @ 2024-10-15 31/week @ 2024-10-22 34/week @ 2024-10-29 43/week @ 2024-11-05 28/week @ 2024-11-12 30/week @ 2024-11-19 29/week @ 2024-11-26 23/week @ 2024-12-03 98/week @ 2024-12-10 12/week @ 2024-12-17 99/week @ 2024-12-24 265/week @ 2024-12-31

481 downloads per month
Used in 3 crates

Apache-2.0

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