A Rust library for reading and writing Age of Empires 2 recorded game files.
Add this to your Cargo.toml
:
[dependencies]
aoe2rec = "0.1"
<TODO>
This project is licensed under the MIT license.
This project is largely an adaptation of aoc-mgz. Another source of inspiration is the genie-rs project. Many thanks to happyleaves and simonsan, without whom this project would not exist.