1 2 3 4
#[cfg(any(feature = "sync", feature = "async"))] pub mod get; #[cfg(feature = "sync")] pub mod post;