aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cf0b4be..8a607db 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,9 +1,8 @@
-#![feature(as_slice)]
-mod isa;
-mod binary;
-mod memory;
-mod cache;
-mod simulator;
+pub mod isa;
+pub mod binary;
+pub mod memory;
+pub mod cache;
+pub mod simulator;
#[test]
fn it_works() {