marker_rustc_driver

Crates.iomarker_rustc_driver
lib.rsmarker_rustc_driver
version0.5.0
sourcesrc
created_at2022-11-04 10:37:16.677054
updated_at2023-12-28 21:03:34.392453
descriptionMarker's lint driver for rustc
homepage
repositoryhttps://github.com/rust-marker/marker
max_upload_size
id705009
size232,546
crate-owners (github:rust-marker:crate-owners)

documentation

README

Marker's driver for rustc

Crates.io License: MIT OR Apache-2.0

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.

Commit count: 780

cargo fmt