macro_magic 0.6.0

Allows the exporting and importing of the tokens of items across module, file, and crate boundaries
Documentation
1
2
3
4
5
6
use macro_magic::*;

#[export_tokens]
fn external_fn_with_println() {
    println!("testing");
}