2 unstable releases
0.3.0 | Oct 18, 2023 |
---|---|
0.2.0 | Sep 14, 2023 |
#36 in #wick
73 downloads per month
Used in 12 crates
(via wick-component)
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