Add a write.rs module.

Convert a function to text.
This commit is contained in:
Jakob Stoklund Olesen
2016-04-29 13:30:07 -07:00
parent 5c4f3d01e2
commit ddea422ceb
3 changed files with 119 additions and 0 deletions

View File

@@ -8,3 +8,4 @@
pub mod types;
pub mod immediates;
pub mod repr;
pub mod write;