1 2 3 4 5 6 7 8 9
//! The exporter module contains functions for exporting songs to different output formats. pub mod slides; pub mod lilypond; pub mod abc; pub mod text;