chordlib 0.8.1

Work with chord-and-lyrics songs: parse, transform, and render them to multiple formats
Documentation
1
2
3
4
5
6
7
8
mod format_chord_pro;
mod render_chord;
mod render_line;
mod render_part;
mod render_section;
mod render_song;

pub use format_chord_pro::FormatChordPro;