An open API service indexing awesome lists of open source software.

https://github.com/abc-engine/abc-save-files


https://github.com/abc-engine/abc-save-files

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.