2 unstable releases

0.3.0 Oct 18, 2023
0.2.0 Sep 14, 2023

#37 in #wick

39 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
~56K SLoC