1//! Example of implementing own actions.
2//!
3//! Use this module to see how to extend
4//! the `meio` with completely own types
5//! of messages, but reusing existing
6//! queues.
78#![warn(missing_docs)]
910pub mod custom_action;
11pub mod extended_handler;