2 unstable releases

0.3.0 Oct 18, 2023
0.2.0 Sep 14, 2023

#36 in #wick

Download history 16/week @ 2024-01-11 11/week @ 2024-01-18 5/week @ 2024-01-25 4/week @ 2024-02-01 15/week @ 2024-02-08 27/week @ 2024-02-15 33/week @ 2024-02-22 40/week @ 2024-02-29 48/week @ 2024-03-07 33/week @ 2024-03-14 44/week @ 2024-03-21 81/week @ 2024-03-28 42/week @ 2024-04-04 32/week @ 2024-04-11 39/week @ 2024-04-18 88/week @ 2024-04-25

216 downloads per month
Used in 12 crates (via wick-component)

Apache-2.0

11KB
267 lines

wick-operation

wick-operation is a crate that provides the operation proc macro exposed by the wick-component crate.

Usage


use wick_component::operation;

#[operation(unary_simple)]
fn my_operation(my_input: String) -> anyhow::Result<String> {
    // ...
}

Dependencies

~3MB
~58K SLoC