msg_tool 0.3.1

A command-line tool for exporting, importing, packing, and unpacking script files.
Documentation
1
2
3
4
5
6
//! HexenHaus Scripts
#[cfg(feature = "hexen-haus-arc")]
pub mod archive;
pub mod bin;
#[cfg(feature = "hexen-haus-img")]
pub mod img;