[][src]Module ultrastar_txt::generator

this module contains the generator

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

generate_song_txt

Converts a Song back to the Ultrastar Song format and returns it as a String

Type Definitions

Result

Convenient wrapper around std::Result.