#macro #hygiene #parameters #input #dead #caller #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

#9 in #caller

Download history 2/week @ 2024-02-18 24/week @ 2024-02-25 2/week @ 2024-03-03 13/week @ 2024-03-10 1/week @ 2024-03-17 43/week @ 2024-03-31

58 downloads per month
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