chordlib 0.9.0

Work with chord-and-lyrics songs: parse, transform, and render them to multiple formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod charpage;
mod chord_pro;
mod html;
mod outputline;
mod render;

pub use charpage::{CharPage, CharPageSet, FormatCharPages};
pub use chord_pro::FormatChordPro;
pub use html::{FormatHTML, wrap_html};
pub use outputline::{FormatOutputLines, OutputLine};
pub use render::FormatRender;