macro_paste 1.1.4

Macros for all your token pasting needs. Maintained, drop-in replacement for paste.
Documentation
1
2
3
4
5
6
7
use macro_paste::macro_paste;

macro_paste! {
    fn [<env! huh>]() {}
}

fn main() {}