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