harper-core

Crates.ioharper-core
lib.rsharper-core
version
sourcesrc
created_at2024-01-21 03:18:12.242406
updated_at2025-01-23 15:21:51.122889
descriptionThe language checker for developers.
homepage
repositoryhttps://github.com/automattic/harper
max_upload_size
id1107227
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`
size0
Elijah Potter (elijah-potter)

documentation

README

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.

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).

Commit count: 1079

cargo fmt