marker_utils 0.4.3

Marker's standard library for creating lints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "marker_utils"

categories  = ["development-tools"]
description = "Marker's standard library for creating lints"

edition      = { workspace = true }
keywords     = { workspace = true }
license      = { workspace = true }
repository   = { workspace = true }
rust-version = { workspace = true }
version      = { workspace = true }

[dependencies]
marker_api = { workspace = true }