Expand description
A submodule that provides the SaveFile object, which is used to store the entire save file. This is essentially the front-end of the parser, handling the IO and the such.
Structs§
- Save
File - A struct that represents a ck3 save file. It is just a wrapper around the contents of the save file. This is so that we can abstract away the compression, encoding and just return an abstract Tape that can be used to read from the save file.
Enums§
- Save
File Error - An error that can occur when opening a save file. Generally things that are the fault of the user, however unintentional those may be
Constants§
- ARCHIVE_
HEADER 🔒 - The header of an archive within a save file.
- BINARY_
HEADER 🔒