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;