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 9d1fbfd649
commit d9ba9480c9
2 changed files with 25 additions and 4 deletions

View File

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