//! # galaxy_save_core
//!
//! galaxy_save_core is a library for defining common types and traits used in
//! the save files of both Super Mario Galaxy games.
pub mod array;
pub mod bin;
pub mod event;
pub mod face;
pub mod hash;
pub mod mem;
pub mod ptr;
pub mod save;
pub mod string;
pub mod time;