2 个不稳定版本
0.3.0 | 2023年10月18日 |
---|---|
0.2.0 | 2023年9月14日 |
36 在 #wick
97 每月下载次数
在 12 个crate中使用 (通过 wick-component)
11KB
267 行代码(不含注释)
wick-operation
wick-operation 是一个crate,提供了由 operation
crate公开的 wick-component
的 proc macro。
使用方法
use wick_component::operation;
#[operation(unary_simple)]
fn my_operation(my_input: String) -> anyhow::Result<String> {
// ...
}
依赖关系
~3MB
~56K SLoC