Docs.rs
feo3boy-microcode-generator-0.1.0
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
feo3boy-microcode-generator 0.1.0
Procedural macro for defining microcode instructions for the `feo3boy` gameboy.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
2
out of
2
items documented
0
out of
2
items with examples
Links
ciaran2/feo3boy
0
1
5
crates.io
Dependencies
derive-syn-parse ^0.1
normal
proc-macro-crate ^1
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
Versions
0.1.0
Owners
This crate provides the `#[define_microcode]` attribute macro which automatically generates the `Microcode` type from a module containing the microcode's operations as pure functions.