1mod sync_reqwest; 2pub use self::sync_reqwest::*; 3mod async_reqwest; 4pub use self::async_reqwest::*;