[meta] Port Formats and Operands to the Rust crate;

This commit is contained in:
Benjamin Bouvier
2019-03-11 19:25:11 +01:00
parent 146e0bd2f5
commit d59bef1902
7 changed files with 978 additions and 0 deletions

View File

@@ -3,7 +3,9 @@
//! This module defines the classes that are used to define Cranelift
//! instructions and other entities.
pub mod formats;
pub mod isa;
pub mod operands;
pub mod regs;
pub mod settings;
pub mod types;