Expand description
Library helpers to parse, transform, and render chord-and-lyrics songs.
The crate focuses on common song markup formats such as ChordPro and Ultimate Guitar tabs, while providing renderers for HTML and ChordPro outputs. Feature flags:
html: parse and render HTML content.bin: build thechordlibCLI (depends onclap).
See the README for end-to-end examples.