Crate sky_save

Source

Re-exports§

pub use active::*;
pub use encoding::*;
pub use error::*;
pub use save::*;
pub use stored::*;

Modules§

active
Handles loading and storing the active Pokémon in the party.
encoding
Handles strings represented by the PMD character encoding.
error
The library’s error type.
offsets
Holds all the offsets for the save data, divided into categories.
save
Handles loading and storing the save data.
stored
Handles loading and storing the stored Pokémon.