3 unstable releases

0.2.1 Jan 13, 2024
0.2.0 Dec 17, 2022
0.1.0 Nov 22, 2022

#336 in Embedded development

MIT license

99KB
3K SLoC

C 3K SLoC // 0.2% comments Rust 103 SLoC // 0.0% comments

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:

Dependencies

~170KB