macro_helper

Crates.iomacro_helper
lib.rsmacro_helper
version0.1.6
sourcesrc
created_at2019-12-23 01:00:43.538802
updated_at2020-02-04 12:42:21.015834
descriptionA bunch of procedural macros usefuls for write macro_rules! ones.
homepage
repositoryhttps://github.com/NonNullableName/macro_helper/
max_upload_size
id191636
size16,101
Santino (IronThread)

documentation

README

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.

Commit count: 0

cargo fmt