unique-paste 0.1.0

A modified version of Paste, with a unique_paste! macro.
Documentation
1
2
3
4
5
6
7
use paste::paste;

paste! {
    fn [<:lower x>]() {}
}

fn main() {}