[][src]Crate ultrastar_txt

Ultrastar TXT Library

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

Re-exports

pub use crate::generator::*;
pub use crate::parser::*;
pub use crate::structs::*;
pub use crate::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