[][src]Function ultrastar_txt::loader::parse_txt_song

pub fn parse_txt_song<P: AsRef<Path>>(path: P) -> Result<TXTSong>

Takes path to a song file and returns TXTSong struct with canonicalized paths

Arguments

  • path - the path to the song file to parse