wt_blk

Crates.iowt_blk
lib.rswt_blk
version0.3.1
created_at2023-01-08 16:48:00.119083+00
updated_at2025-09-23 23:02:59.36546+00
descriptionParser and unpacker for the BLK file format
homepagehttps://github.com/Warthunder-Open-Source-Foundation
repositoryhttps://github.com/Warthunder-Open-Source-Foundation/wt_blk
max_upload_size
id753795
size1,628,618
(FlareFlo)

documentation

https://docs.rs/wt_blk

README

wt_blk

codecov LOC

War Thunder block-file and auxiliary binary formats parsing library

Licensed under the Apache 2.0 license

Format documentation

Vromf format
Blk format

Bindings

Python

Bindings are located in wt_blk_pybindings and published to pypi

WASM

Located in wasm_bindings and published to npm

For the end-user

For high-level consumption, please visit the reference implementation.

Library architecture and progress

architecture

About the API

This crate provides low level parsing for various Binary formats that the game utilizes internally. The public interfaces are currently overexposed and will be restricted once a stable API can be formed.

Commit count: 635

cargo fmt