Implement type representation in Rust.
Start the Cretonne library as a Rust crate.
This commit is contained in:
8
src/libcretonne/lib.rs
Normal file
8
src/libcretonne/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
//====--------------------------------------------------------------------------------------====//
|
||||
//
|
||||
// Cretonne code generation library.
|
||||
//
|
||||
//====--------------------------------------------------------------------------------------====//
|
||||
|
||||
mod types;
|
||||
Reference in New Issue
Block a user