11 releases (4 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.1.1 Jul 17, 2023

#363 in Development tools

Download history 2018/week @ 2023-12-22 1959/week @ 2023-12-29 2190/week @ 2024-01-05 3088/week @ 2024-01-12 3513/week @ 2024-01-19 2346/week @ 2024-01-26 1523/week @ 2024-02-02 2378/week @ 2024-02-09 2256/week @ 2024-02-16 3042/week @ 2024-02-23 2157/week @ 2024-03-01 2762/week @ 2024-03-08 2324/week @ 2024-03-15 2057/week @ 2024-03-22 2760/week @ 2024-03-29 3422/week @ 2024-04-05

11,344 downloads per month
Used in 2 crates (via marker_adapter)

MIT/Apache

315KB
6.5K SLoC

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.

Dependencies