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