proc_use_inline
proc_use_inline is a Rust crate offering an alternate syntax for mod and use
statements. Take the following Rust code:
use *;
use *;
This literally translates into:
proc_macro_inline!
proc_use_inline is a Rust crate offering an alternate syntax for mod and use
statements. Take the following Rust code:
use *;
use *;
This literally translates into:
proc_macro_inline!