Crates.io | harper-core |
lib.rs | harper-core |
version | 0.12.0 |
source | src |
created_at | 2024-01-21 03:18:12.242406 |
updated_at | 2024-10-13 15:26:56.949545 |
description | The language checker for developers. |
homepage | |
repository | https://github.com/elijah-potter/harper |
max_upload_size | |
id | 1107227 |
size | 866,076 |
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.
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
).