diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#![feature(associated_consts)] pub mod isa; pub mod binary; pub mod memory; |
index : rustv | ||
A minimal, intentionally inaccurate RISC-V ISA simulator in Rust |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 1 |
@@ -1,3 +1,4 @@ +#![feature(associated_consts)] pub mod isa; pub mod binary; pub mod memory; |