rw-parser-rs 1.0.0

A high-performance, native Rust parser for RenderWare files (.dff, .txd, .ifp).
Documentation
1
2
3
4
5
6
7
pub mod rw_file;
pub mod rw_sections;
pub mod dff;
pub mod txd;
pub mod ifp;
pub mod common;
pub mod utils;