Crates.io | fantasy-cpu-emulator-macros |
lib.rs | fantasy-cpu-emulator-macros |
version | 0.2.0 |
source | src |
created_at | 2021-01-13 12:13:51.17558 |
updated_at | 2021-01-24 05:31:13.688718 |
description | Fantasy CPU Emulator Macros. |
homepage | https://github.com/flaviusb/fantasy-cpu-emulator |
repository | https://github.com/flaviusb/fantasy-cpu-emulator |
max_upload_size | |
id | 341348 |
size | 88,921 |
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
.