plexus-core 0.5.3

Core infrastructure for Plexus RPC: Activation trait, DynamicHub, schemas
Documentation
1
2
3
4
5
6
7
8
9
//! Echo activation module

#![allow(deprecated)]

mod activation;
mod types;

pub use activation::Echo;
pub use types::EchoEvent;