wick-operation is a crate that provides the operation proc macro exposed by the wick-component crate.
operation
wick-component
```rust
use wick_component::operation;
fn myoperation(myinput: String) -> anyhow::Result { // ... } ```