xmrs 0.10.3

A library to edit SoundTracker data with pleasure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![forbid(unsafe_code)]

mod bitreader;
mod it_edit_history;
pub(crate) mod it_effect;
mod it_header;
mod it_instrument;
mod it_midi_macros;
pub mod it_module;
mod it_pattern;
mod it_plugins;
mod it_sample_header;
mod it_x_names;
mod serde_helper;