core-models 0.0.6

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;