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

#478 in Text processing

Download history 203/week @ 2024-08-16 35/week @ 2024-08-23 258/week @ 2024-08-30 61/week @ 2024-09-06 270/week @ 2024-09-13 112/week @ 2024-09-20 51/week @ 2024-09-27 45/week @ 2024-10-04 204/week @ 2024-10-11 51/week @ 2024-10-18 27/week @ 2024-10-25 40/week @ 2024-11-01 37/week @ 2024-11-08 31/week @ 2024-11-15 24/week @ 2024-11-22 27/week @ 2024-11-29

123 downloads per month
Used in 4 crates

Apache-2.0

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
~109K SLoC