allow_internal 0.1.1

Internal proc macros, for 'allow' crate only
Documentation
  • Coverage
  • 50%
    2 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 8.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 271.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • coop-rs/allow
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • github:coop-rs:owners peter-lyons-kehl

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.