Skip to main content

xbp_cli/data/
mod.rs

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