// The importer modules build Module/Instrument/Sample structs stepwise:
// a `Default::default()` value is mutated via field assignments and
// `&mut field` borrows spanning several lines. Clippy suggests a single
// struct-literal with `..Default::default()`, but that rewrite cannot
// express the mix of direct assignments and intermediate `&mut` borrows
// of the half-built value, and would require extracting every sub-block
// into a helper. The current style is consistent across the crate and
// matches the layout of the historical tracker file formats being parsed.
pub
pub
pub
pub
pub
/// impl loader to Module. See Module documentation load* fn.
/// Load historical XM files
/// Load historical Amiga MOD files
/// Load historical IT files
/// Load historical S3M files
/// Load historical SID files