kfn-rs 0.2.0-alpha

Karaoke .kfn file IO library written in Rust.
Documentation
1
2
3
4
5
6
/// Container for the header data.
mod kfn_header;
/// Container for the kfn binary data.
mod kfn_data;
/// Container for the INI file at the end of the file.
mod kfn_ini;