1pub mod config; 2pub mod xmysql; 3pub mod xpulsar; 4pub mod xredis; 5 6#[cfg(test)] 7mod tests { 8 #[test] 9 fn it_works() { 10 println!("ok"); 11 } 12}