2 unstable releases

0.3.0 Oct 18, 2023
0.2.0 Sep 14, 2023

#36 in #wick

Download history 4/week @ 2024-07-04 27/week @ 2024-07-11 39/week @ 2024-07-18 26/week @ 2024-07-25 30/week @ 2024-08-01 24/week @ 2024-08-08 20/week @ 2024-08-15 13/week @ 2024-08-22 16/week @ 2024-08-29 15/week @ 2024-09-05 17/week @ 2024-09-12 39/week @ 2024-09-19 40/week @ 2024-09-26 12/week @ 2024-10-03 3/week @ 2024-10-10 4/week @ 2024-10-17

73 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
~57K SLoC