cantara-songlib 0.2.1

Functionalities to import, manage and export songs in various formats
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;