xmrs 0.9.10

A library to edit SoundTracker data with pleasure
Documentation
#![forbid(unsafe_code)]
/*
 * All to load Fast Tracker 2 XM Modules
 */
mod helper;
mod serde_helper;

pub mod mod_xm_effect;

pub mod patternslot;
pub mod xmheader;
pub mod xminstrument;
pub mod xmmodule;
pub mod xmpattern;
pub mod xmsample;

pub mod xi_instrument;
pub mod xp_pattern;
pub mod xt_track;