Crates.io | marker_rustc_driver |
lib.rs | marker_rustc_driver |
version | 0.5.0 |
source | src |
created_at | 2022-11-04 10:37:16.677054 |
updated_at | 2023-12-28 21:03:34.392453 |
description | Marker's lint driver for rustc |
homepage | |
repository | https://github.com/rust-marker/marker |
max_upload_size | |
id | 705009 |
size | 232,546 |
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.
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
Contributions are highly appreciated! If you encounter any issues or have suggestions for improvements, please check out Marker's GitHub repository.
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.