| Crates.io | cpp-linter |
| lib.rs | cpp-linter |
| version | 2.0.0-rc15 |
| created_at | 2024-09-19 11:54:34.434938+00 |
| updated_at | 2025-11-12 11:37:46.247264+00 |
| description | Run clang-format and clang-tidy on a batch of files. |
| homepage | https://cpp-linter.github.io/cpp-linter-rs |
| repository | https://github.com/cpp-linter/cpp-linter-rs |
| max_upload_size | |
| id | 1380189 |
| size | 579,144 |
This crate contains the the library used as a backend for the
cpp-linter binary executable. The main focus of cpp-linter is as follows:
Since the cpp-linter python package now uses this library
as a binding, the native binary's main() behavior is also present in this
library (see run::run_main()).
See also the CLI document hosted on github.