1 2 3 4 5
#[cfg(any(feature = "rpi3", feature = "rpi4"))] pub mod rpi; #[cfg(any(feature = "x86_64"))] pub mod x86_64;