diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ const MAX_ITERATIONS_TO_STABILISE: usize = 4; mod stages; mod types; -// mod formats; +mod formats; pub use stages::*; pub use types::*; -// pub use formats::*; +pub use formats::*; pub use assembler::*; |