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 29cc36c8d9
commit 82e05bcbc9
4 changed files with 250 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
*.pyc
Cargo.lock
target