perfect6502-sys 0.2.0

Rust bindings to perfect6502
Documentation

perfect6502-sys

CI crates.io docs.rs license

perfect6502-sys provides bindings to perfect6502.

Bindings

The bindings were manually generated with

bindgen --use-core -o src/bindings.rs perfect6502/perfect6502.h

Contributing

Feel free to open an issue if you have ideas for improvements.

Resources

The following were helpful for learning about how to create a sys crate: