2 个不稳定版本

0.3.0 2023年10月18日
0.2.0 2023年9月14日

36#wick

Download history • Rust 包仓库 33/week @ 2024-04-12 • Rust 包仓库 35/week @ 2024-04-19 • Rust 包仓库 97/week @ 2024-04-26 • Rust 包仓库 38/week @ 2024-05-03 • Rust 包仓库 34/week @ 2024-05-10 • Rust 包仓库 32/week @ 2024-05-17 • Rust 包仓库 37/week @ 2024-05-24 • Rust 包仓库 28/week @ 2024-05-31 • Rust 包仓库 20/week @ 2024-06-07 • Rust 包仓库 33/week @ 2024-06-14 • Rust 包仓库 40/week @ 2024-06-21 • Rust 包仓库 14/week @ 2024-06-28 • Rust 包仓库 5/week @ 2024-07-05 • Rust 包仓库 33/week @ 2024-07-12 • Rust 包仓库 38/week @ 2024-07-19 • Rust 包仓库 21/week @ 2024-07-26 • Rust 包仓库

97 每月下载次数
12 个crate中使用 (通过 wick-component)

Apache-2.0

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