| Crates.io | wick-component |
| lib.rs | wick-component |
| version | 0.17.0 |
| created_at | 2023-03-14 21:12:07.404353+00 |
| updated_at | 2023-10-18 00:28:48.455659+00 |
| description | Macros and exports used to create Wick components |
| homepage | https://candle.dev |
| repository | https://github.com/candlecorp/wick |
| max_upload_size | |
| id | 810164 |
| size | 67,378 |
This crate provides the wick-component SDK used to build components for the Wick runtime. It is the primary dependency used by the wick-component-codegen generator and re-exports common dependencies for Wick components.
These are exposed at the root of the crate, i.e. wick_component::packet or wick_component::wasmrs.
wick-packet as packetflow-componentwasmrswasmrs-guestwasmrs-runtimewasmrs-codecwasmrs-rxbytes with feature byteschrono with feature datetimeserde-jsontokio-streamSee docs.rs for exact details.
propagate_if_error!If the passed result is an error, the error propagates to all downstream outputs of a wick component and breaks execution with the provided statement. If the passed result is an Ok, the unwrapped result is returned.