7 releases
0.1.6 | Feb 4, 2020 |
---|---|
0.1.5 | Jan 21, 2020 |
0.1.2 | Dec 28, 2019 |
#35 in #macro-rules
Used in 2 crates
(via col_macros)
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.