#macro #hygiene #parameters #few #caller #context #stripping

unhygienic

A library for stripping the hygiene out of macro parameters

2 releases

Uses old Rust 2015

0.1.1 Jun 17, 2018
0.1.0 Jun 16, 2018

#13 in #caller


Used in static-events

MIT/Apache

3KB

A dead simple macro to erase macro hygiene. This stringifies the input, then reparses it in the caller's context (with a few warts.)

This library is dual licenced under the MIT and Apache 2.0 licenses.


lib.rs:

A dead simple macro to erase macro hygiene. This stringifies the input, then reparses it in the caller's context (with a few warts.)

Dependencies

~5KB