wick-operation

Crates.iowick-operation
lib.rswick-operation
version0.3.0
sourcesrc
created_at2023-09-14 15:27:14.446676
updated_at2023-10-18 00:25:33.362181
descriptionProc macro for generating operation implementations
homepage
repositoryhttps://github.com/candlecorp/wick
max_upload_size
id972774
size10,928
Jarrod Overson (jsoverson)

documentation

README

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> {
    // ...
}
Commit count: 948

cargo fmt