2 unstable releases
Uses old Rust 2015
0.2.0 | Jan 24, 2021 |
---|---|
0.1.0 | Jan 13, 2021 |
#16 in #fantasy
21 downloads per month
Used in fantasy-cpu-emulator
42KB
744 lines
Fantasy CPU Emulator Macros
This crate is macros to make building chips in my Fantasy CPU Emulator project.
The major macro is define_chip!
. An example of its use is in tests/chip.rs
.
Dependencies
~1.5MB
~34K SLoC