# perfect6502-sys
[![CI][ci_badge]][ci]
[![crates.io][crate_badge]][crate]
[![docs.rs][docs_badge]][docs]
[![license][license_badge]][license]
Rust bindings to [`perfect6502`][perfect6502].
## Disclaimer
The bindings work for targets `x86_64-unknown-linux-gnu` and
`x86_64-pc-windows-msvc`. They may be incorrect for other targets since they're
manually generated and stored in tree (see
[`generate_bindings.sh`][generate_bindings]).
## Contributing
Feel free to open an issue if you have ideas for improvements.
## License
[MIT](https://github.com/zachcmadsen/perfect6502-sys/blob/main/LICENSE)
[ci_badge]: https://github.com/zachcmadsen/perfect6502-sys/workflows/CI/badge.svg
[ci]: https://github.com/zachcmadsen/perfect6502-sys/actions?query=branch%3Amain
[crate_badge]: https://img.shields.io/crates/v/perfect6502-sys.svg
[crate]: https://crates.io/crates/perfect6502-sys
[docs_badge]: https://img.shields.io/docsrs/perfect6502-sys/latest.svg
[docs]: https://docs.rs/perfect6502-sys
[license_badge]: https://img.shields.io/crates/l/perfect6502-sys.svg
[license]: https://github.com/zachcmadsen/perfect6502-sys/blob/main/LICENSE
[perfect6502]: https://github.com/mist64/perfect6502
[generate_bindings]: https://github.com/zachcmadsen/perfect6502-sys/blob/main/generate_bindings.sh