macro_helper 0.1.6

A bunch of procedural macros usefuls for write macro_rules! ones.
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 9 items with examples
  • Size
  • Source code size: 15.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 315.07 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • IronThread

macro_helper

This Rust library is a collection of ligthweight procedural macros typically used for writing others,either procedural or not,as such covers some of the missing features you might expect from macro_rules! like expansion bucles controlled by you and not an input. Or guarantee an identifier is borrowed in the manner you want over any other,included own.

This library is no_std.