1//! Plugin protocol wire types and (future) helpers. 2 3mod output; 4 5pub use output::*; 6 7#[cfg(test)] 8mod output_tests;