[meta] Port Typevar to the Rust crate;

This commit is contained in:
Benjamin Bouvier
2019-03-11 19:26:32 +01:00
parent f3f449b45b
commit 146e0bd2f5
3 changed files with 788 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ pub mod isa;
pub mod regs;
pub mod settings;
pub mod types;
pub mod typevar;
/// A macro that converts boolean settings into predicates to look more natural.
#[macro_export]