内联过程
此板条箱提供了直接在代码中编写过程宏的功能,而不必使用其他板条箱。
例子
use inline_proc :: inline_proc;
#[inline_proc]
mod example {
metadata :: ron! (
edition: "2018" ,
clippy: true ,
dependencies: {
"quote" : "1" ,
},
exports: (
bang_macros: {
"def_func" : "define_function" ,
},
),
);
pub fn define_function (_: pro
评论0
最新资源