12 releases (5 breaking)
0.5.0 | Dec 28, 2023 |
---|---|
0.4.3 | Dec 2, 2023 |
0.4.2 | Nov 25, 2023 |
0.3.0 | Oct 5, 2023 |
0.0.0-placeholder | Nov 4, 2022 |
#2027 in Development tools
206 downloads per month
530KB
10K
SLoC
Marker's driver for rustc
The rustc driver for Marker, an experimental linting interface for Rust. This crate wraps around rustc, translates everything into Marker's AST representation, and passes everything to registered lint crates.
Warning
This crate is not intended to be installed manually, please use cargo_marker instead. This driver is also not part of Marker's official API. The project is also still just in the early stages of development, some things are still missing from the API and driver.
A list of limitations and planned features can be found in Marker's Readme.
Toolchain
The driver is linked to a specific nightly rust toolchain. The crate will be updated about every six weeks with a new release of Rust. This version of the driver has been developed for: nightly-2023-11-16
Contributing
Contributions are highly appreciated! If you encounter any issues or have suggestions for improvements, please check out Marker's GitHub repository.
License
Copyright (c) 2022-2023 Rust-Marker
Rust-marker is distributed under the terms of the MIT license or the Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT.
Dependencies
~7–15MB
~194K SLoC