If someone have the time I would really appreciate some feedback on the code of my first rust project. The readme should describe the project and the code is all there so..
https://github.com/tedsteen/nes-bundler
I know no rust devs myself so this would be my first (and only) feedback on the code.
In a nutshell this thing transform your NES-game to a single executable targeting your favourite OS!
It basically wraps a NES rom-file and runs an emulator. On top of that I've added input (keyboard+gamepads), save/restore state, a simple UI to fiddle with the settings and Netplay (ggrs - rollback networking)
It's been a blast :)



