perfect6502-sys
provides bindings to perfect6502
.
The bindings were manually generated with
bindgen --use-core -o src/bindings.rs perfect6502/perfect6502.h
Feel free to open an issue if you have ideas for improvements.
The following were helpful for learning about how to create a sys crate: