#macro-rules #proc-macro #procedural #helper #macro #rules #mbe

macro no-std macro_helper

A bunch of procedural macros usefuls for write macro_rules! ones

7 releases

0.1.6 Feb 4, 2020
0.1.5 Jan 21, 2020
0.1.2 Dec 28, 2019

#31 in #macro-rules

29 downloads per month
Used in 2 crates (via col_macros)

Unlicense

15KB
264 lines

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.


lib.rs:

This crate 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 crate is no_std.

No runtime deps