Crates.io | satisfactory-save-file |
lib.rs | satisfactory-save-file |
version | 0.2.0 |
source | src |
created_at | 2021-05-24 01:53:54.888454 |
updated_at | 2021-06-03 23:56:35.262721 |
description | Satisfactory save file representation and parser |
homepage | |
repository | https://github.com/MakotoE/satisfactory-save-file |
max_upload_size | |
id | 401273 |
size | 1,001,450 |
This Rust crate contains SaveFile
which represents save files in Satisfactory. Use SaveFile::parse()
to read save files.
Special thanks to SatisfactorySaveEditor for the parsing code.