wt_blk 0.3.1

Parser and unpacker for the BLK file format
Documentation
1
2
3
4
5
/// Formats to the plaintext representation according to the BLK specification
/// <https://wiki.warthunder.com/Block_file_(.BLK)>
mod blockfile;
/// Formats BLK to Json
pub mod json;