zeta0134 / rusticnes-core

I decided to teach myself Rust by writing an NES emulator. Things quickly got out of hand.
MIT License
34 stars 4 forks source link

Support saving and resuming the NesState. #14

Open tedsteen opened 3 years ago

tedsteen commented 3 years ago

What the title says for various things like f.ex saving and resuming or, I don't know... doing rollback networking? :)

tedsteen commented 3 years ago

Serde seems to be the Rust way to do serialisation.