[][src]Module ultrastar_txt::parser

this module contains the parser

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

parse_txt_header_str

Parses the Header of a given Ultrastar Song and returns a Header struct

parse_txt_lines_str

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

Type Definitions

Result

Convenient wrapper around std::Result.