Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 361 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 361 Bytes

The goal

The goal with this repo is to use serde to make a save file system where you can easily save multiple components in a save file with differences between versions. The ideal situation would be deserializing into a (Option, Option, Option). This way if you add new info that needs to be saved to your save file, the old one doesn't break.