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.
define_chip!
tests/chip.rs