cosmic-macros
is one of the packages that compose THE COSMIC INITIATIVE a WebAssembly orchestration framework.
Derive the DirectedHandler
to receive Waves:
```rust
pub struct MyHandler { logger: PointLogger } ```
Flag one and only one impl with #[routes]
and annotate functions
functions with #route[()]
in order to select messages:
```rust
impl MyHandler {
#[route("Ext
```rust use cosmicuniverse::err::UniErr; use cosmicuniverse::hyper::HyperSubstance; use cosmicuniverse::log::PointLogger; use cosmicuniverse::substance::Substance; use cosmicuniverse::substance::Substance::Text; use cosmicuniverse::wave::core::ReflectedCore; use cosmic_universe::wave::exchange::InCtx;
pub struct MyHandler { logger: PointLogger }
impl MyHandler {
/// the route attribute captures an ExtMethod implementing a custom MyNameIs
/// notice that the InCtx will accept any valid cosmicuniverse::substance::Substance
#[route("Ext
/// if the function returns nothing then an Empty Ok Reflected will be returned unless
/// the wave type is Wave<Signal>
#[route("Ext