Crate harper_core

Source
Expand description

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

Modules§

Structs§

Enums§

Traits§

  • A Masker is a tool that can be composed to eliminate chunks of text from being parsed. They can be composed to do things like isolate comments from a programming language or disable linting for languages that have been determined to not be English.

Functions§

Type Aliases§

  • A char sequence that improves cache locality. Most English words are fewer than 12 characters.