Crates.io | aoe2rec |
lib.rs | aoe2rec |
version | |
source | src |
created_at | 2025-01-12 15:08:40.559789+00 |
updated_at | 2025-04-11 14:52:03.156962+00 |
description | Library to parse Age of Empires II: Definitive Edition recorded games |
homepage | |
repository | |
max_upload_size | |
id | 1513331 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.