redpen-shim 0.4.0

A proc-macro attribute provider that allows crates to annotate their code with redpen lints without breaking their build.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "redpen-shim"
version = "0.4.0"
edition = "2021"
description = "A proc-macro attribute provider that allows crates to annotate their code with redpen lints without breaking their build."
authors = ["Esteban Küber <esteban@kuber.com.ar>"]
documentation = "https://docs.rs/redpen-linter"
repository = "https://github.com/estebank/redpen"
license = "MIT"

[lib]
proc-macro = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]