文件名称:inline-proc:Rust的内联程序宏
文件大小:14KB
文件格式:ZIP
更新时间:2024-03-28 16:48:52
Rust
内联过程 此板条箱提供了直接在代码中编写过程宏的功能,而不必使用其他板条箱。 例子 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
【文件预览】:
inline-proc-master
----Cargo.toml(955B)
----src()
--------invoke.rs(3KB)
--------lib.rs(14KB)
--------inline_proc.rs(19KB)
----README.md(5KB)
----.gitignore(19B)