https://github.com/abc-engine/abc-save-files
https://github.com/abc-engine/abc-save-files
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abc-engine/abc-save-files
- Owner: ABC-Engine
- Created: 2024-07-18T00:33:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T18:33:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T14:05:49.515Z (over 1 year ago)
- Language: Rust
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.