nagme

Crates.ionagme
lib.rsnagme
version0.2.0
sourcesrc
created_at2023-12-21 12:02:33.804016
updated_at2024-01-05 21:26:27.40582
descriptionhighly maintainable, super pedantic linting
homepagehttps://github.com/melloyawn/nagme
repositoryhttps://github.com/melloyawn/nagme
max_upload_size
id1076755
size5,194
Corey Cothrum (coreycothrum)

documentation

README

nagme

Crates.io Crates.io Documentation License

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.

Note: nagme uses unstable features

nagme requires nightly to build (see rust-lang issue #54726)

Usage

  1. Add the 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)]

Documentation

For more information, refer to:

Contributing

Before doing anything else: open an issue.

Commit count: 2

cargo fmt