Crate nop_attr

Source
👎Deprecated: Crate renamed to nop-macros
Expand description

NOTE: This crate has been renamed to nop-macros.

It re-exports all declarations from the new crate, but deprecates them.

New repository: https://github.com/Techcable/nop-macros.rust

Attribute Macros§

nop
A procedural macro that does nothing to the annotated code, and ignores any arguments.
nop_noargs
A procedural macro that does nothing to the annotated code, and accepts no arguments.

Derive Macros§

NopDerive
A derive macro that does nothing, and performs no validation.