macro_helper 0.1.6

A bunch of procedural macros usefuls for write macro_rules! ones.
Documentation

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.