Crate ultrastar_txt [] [src]

Ultrastar TXT Library

This is a small library that is able to parse and generate song files for the open source karaoke game Ultrastar.

Reexports

pub use parser::*;
pub use structs::*;
pub use generator::*;
pub use loader::*;

Modules

generator

this module contains the generator

loader

this module contains functions to parse songs from a path

parser

this module contains the parser

structs

this module contains the structs that represent the parsed data