1 2 3 4 5 6 7 8 9
/// Describes the format of the save before decoding #[derive(Debug, Clone, Copy, PartialEq)] pub enum Encoding { /// Binary save Binary, /// Plaintext save Plaintext, }