Implement type representation in Rust.

Start the Cretonne library as a Rust crate.
This commit is contained in:
Jakob Stoklund Olesen
2016-03-11 15:54:28 -08:00
parent a37005a1d4
commit 9d1fbfd649
4 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
//====--------------------------------------------------------------------------------------====//
//
// Cretonne code generation library.
//
//====--------------------------------------------------------------------------------------====//
mod types;