Crates.io | nagme |
lib.rs | nagme |
version | 0.2.0 |
source | src |
created_at | 2023-12-21 12:02:33.804016 |
updated_at | 2024-01-05 21:26:27.40582 |
description | highly maintainable, super pedantic linting |
homepage | https://github.com/melloyawn/nagme |
repository | https://github.com/melloyawn/nagme |
max_upload_size | |
id | 1076755 |
size | 5,194 |
super pedantic, highly maintainable, linting
Relieve yourself from the mental fatigue of deciding which lints to enabled for each and every crate.
Just use nagme
. All crates will have a curated, uniform set of very pedantic lints.
nagme
uses unstable featuresnagme
requires nightly to build
(see rust-lang
issue #54726)
nagme
attribute macro to your crate:
#![nagme::nagme]
Until this crate can exist on stable rust, these additional macros will be required:
#![feature(custom_inner_attributes)]
#![feature(prelude_import)]
For more information, refer to:
Before doing anything else: open an issue.