[][src]Function ultrastar_txt::parser::parse_txt_lines_str

pub fn parse_txt_lines_str(txt_str: &str) -> Result<Vec<Line>>

Parses the lyric lines of a given Ultarstar song and returns a vector of Line structs

Arguments

  • txt_str - a &str that contains the song to parse