0.3.0
| 2023年10月18日 |
0.2.0
| 2023年9月14日 |
36 在 #wick
97 每月下载次数
在 12 个crate中使用 (通过 wick-component)
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> {
// ...
}