A simple library to interact with [QUsb2Snes](https://skarsnik.github.io/QUsb2snes/) or [SNI](https://github.com/alttpo/sni)
See [examples](examples/) for basic use cases.
Test are done with the [240pSuite provided by Artemio](https://artemiourbina.itch.io/240p-test-suite)
Please support their work.
Tests need to be done sequentially:
```
cargo test -- --test-threads=1
```
[Skarsnik](https://github.com/Skarsnik)