1 2 3 4 5 6 7 8
#![doc = include_str!("../README.md")] #![deny(missing_docs)] /// Vetis smol adapter module pub mod vetis_adapter; pub use easyhttpmock::*; pub use vetis_compio::handler_fn; #[cfg(test)] mod tests;