aoe2rec

Crates.ioaoe2rec
lib.rsaoe2rec
version
sourcesrc
created_at2025-01-12 15:08:40.559789+00
updated_at2025-04-11 14:52:03.156962+00
descriptionLibrary to parse Age of Empires II: Definitive Edition recorded games
homepage
repository
max_upload_size
id1513331
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`
size0
Stéphane Bisinger (Kjir)

documentation

README

aoe2rec

A Rust library for reading and writing Age of Empires 2 recorded game files.

Usage

Add this to your Cargo.toml:

[dependencies]
aoe2rec = "0.1"

Example

<TODO>

License

This project is licensed under the MIT license.

Credits

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.

Commit count: 0

cargo fmt