1 2 3 4 5
#[cfg(target_pointer_width = "64")] pub mod arch64; #[cfg(target_pointer_width = "64")] pub use arch64::*;