Make the types module public, add documentation comments.

This commit is contained in:
Jakob Stoklund Olesen
2016-03-11 16:06:14 -08:00
parent 82e05bcbc9
commit 4ba29e594f
2 changed files with 25 additions and 4 deletions

View File

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