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

Download history 151/week @ 2024-07-20 192/week @ 2024-07-27 211/week @ 2024-08-03 172/week @ 2024-08-10 194/week @ 2024-08-17 33/week @ 2024-08-24 282/week @ 2024-08-31 141/week @ 2024-09-07 172/week @ 2024-09-14 109/week @ 2024-09-21 57/week @ 2024-09-28 36/week @ 2024-10-05 211/week @ 2024-10-12 45/week @ 2024-10-19 30/week @ 2024-10-26 37/week @ 2024-11-02

325 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
~111K SLoC