1 2 3 4 5 6
#[cfg(feature = "athena")] pub mod athena; #[cfg(not(feature = "athena"))] #[path = "athena_disabled.rs"] pub mod athena;