1 2 3 4 5 6 7 8 9
#[cfg(feature = "s3")] pub mod s3; #[cfg(feature = "mfa")] pub mod mfa; pub fn hello() { println!("hello, this is r-utils 🫡") }