#lint #linting #proc-macro

macro allow_internal

Internal proc macros, for 'allow' crate only

2 releases

0.1.1 Apr 28, 2023
0.1.0 Apr 28, 2023

#40 in #linting

24 downloads per month
Used in 2 crates (via allow_prefixed)

MIT/Apache

10KB
143 lines

allow_internal

See the parent allow crate, or their shared GIT repo.

allow_internal is internal - to be used by allow crate only.

This could be simplified, or even eliminated (replaced + integrated into allow itself) if we used paste crate. But that would

  • increase the built time, and
  • complicate versioning.

Up to the future maintainers.


lib.rs:

NOT for public use. Only to be used by allow crate.

No runtime deps