chordlib 0.14.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
12
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, render_section, wrap_html};
pub(crate) use outputline::repeat_label;
pub use outputline::{FormatOutputLines, OutputLine};
pub use render::FormatRender;