Enum ck3save::Encoding [−][src]
pub enum Encoding {
TextZip,
BinaryZip,
Binary,
}Describes the format of the save before decoding
Variants
Save is encoded with the standard format:
- a save id line
- plaintext header
- zip with compressed plaintext gamestate
Save is encoded in the binary zip format
- a save id line
- binary header
- zip with compressed binary gamestate
Save is encoded in the binary format
- a save id line
- uncompressed binary gamestate
Trait Implementations
impl StructuralPartialEq for Encoding[src]
impl StructuralPartialEq for Encoding[src]Auto Trait Implementations
impl RefUnwindSafe for Encoding
impl RefUnwindSafe for Encodingimpl UnwindSafe for Encoding
impl UnwindSafe for Encoding