Crates.io | harper-core |
lib.rs | harper-core |
version | |
source | src |
created_at | 2024-01-21 03:18:12.242406 |
updated_at | 2025-01-23 15:21:51.122889 |
description | The language checker for developers. |
homepage | |
repository | https://github.com/automattic/harper |
max_upload_size | |
id | 1107227 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
harper-core
harper-core
is fundamental engine behind Harper, the grammar checker for developers.
harper-core
is available on crates.io
, however improving the API is not currently a high priority.
Feel free to use harper-core
in your projects.
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
).