core-models 0.0.4-pre.1

Models of the Rust core library
Documentation
1
2
3
/// This is a (partial) mirror of [`core::arch`]
pub mod x86;
pub use x86 as x86_64;