marker_utils

Crates.iomarker_utils
lib.rsmarker_utils
version0.5.0
sourcesrc
created_at2023-07-17 16:05:37.959761
updated_at2023-12-28 21:03:23.289257
descriptionMarker's standard library for creating lints
homepage
repositoryhttps://github.com/rust-marker/marker
max_upload_size
id918637
size53,986
crate-owners (github:rust-marker:crate-owners)

documentation

README

Marker Utils

Crates.io License: MIT OR Apache-2.0

Marker utils aims to be the standard library for the development of lint crates for Marker, an experimental linting interface for Rust. This crate contains all additional functionality needed to work swiftly with the marker_api crate

Note

Marker is in the early stages of development, this crate is very limited, some things are still missing and the API is still unstable.

A list of limitations and planned features can be found in Marker's Readme.

Usage

To get started, just include marker_utils as a dependency:

[dependencies]
marker_api = "0.5.0"

You can also add marker_lints as a lint crate, designed for this crate:

[workspace.metadata.marker.lints]
marker_lints = "0.5.0"

If you want to develop something with Marker, you might want to check out the lint crate template which already contains everything you need to get started.

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