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