Module ultrastar_txt::loader [] [src]

this module contains functions to parse songs from a path

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_song

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

Type Definitions

Result

Convenient wrapper around std::Result.