Crates.io | harper-comments |
lib.rs | harper-comments |
version | |
source | src |
created_at | 2024-06-30 03:37:54.714267 |
updated_at | 2025-01-23 15:22:15.81179 |
description | The language checker for developers. |
homepage | |
repository | https://github.com/automattic/harper |
max_upload_size | |
id | 1287758 |
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-comments
This crate holds a number of functions, but it is primarily a wrapper around tree-sitter
that allows Harper to locate the comments of a wide variety of programming languages.
It also has purpose-built parsers for the structured comments of a number of languages, including Go.
These additional parsers are available through the CommentParser
and are enabled automatically through there.