galaxy_save_core 0.2.0

Defining common types and traits used in the save data of Super Mario Galaxy and Super Mario Galaxy 2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! # 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;