Crate unhygienic[][src]

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

Macros

unhygienic

Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be an expression.

unhygienic_item

Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be zero, one, or more items.