rusb2snes 0.3.1

A simple library to interact with QUsb2Snes or SNI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# RUSB2SNES

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.

# Tests

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
```

# Thanks

[Skarsnik](https://github.com/Skarsnik)