//! # Rusty Uma Extractor
//!
//! This crate is an attempt to combine the popular software tools (such as `UmaExtractor` and `umamusu-utils`) for the game "Umamusume: Pretty Derby" into
//! an easy to use and intuitive package as a base for other development projects around building tools and software around aspects of the game.
pub use trained_character;
pub use roster_extractor;
pub use database;
pub use data_structures;
/// Module for exporting veteran roster data.
/// Set of tools for pulling various data and assets from the game's `master.mdb` files