//! Module to define a stub processor to return a predefined response
/// Definition of the stub processor
////// <svg width="40" height="40">
#[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/doc_assets/proc.svg"))]/// </svg>
pubmodproc;/// Definition of the stub adaptor
////// <svg width="40" height="40">
#[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/doc_assets/adaptor.svg"))]/// </svg>
pubmodadaptor;