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 cosmicspace::err::UniErr; use cosmicspace::hyper::HyperSubstance; use cosmicspace::log::PointLogger; use cosmicspace::substance::Substance; use cosmicspace::substance::Substance::Text; use cosmicspace::wave::core::ReflectedCore; use cosmic_space::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 cosmicspace::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