evtclib
is a Rust library that allows you to parse .evtc
files, as
generated by the arcdps addon for the
Guild Wars 2 video game.
Features:
.evtc.zip
or .zevtc
).serde
feature).evtclib
is currently in beta-stage. Not all evtc events are supported, and
the API is not yet set in stone.
```rust use std::fs::File;
fn main() -> Result<(), Box
You can also check out examples/loginfo.rs
or run it on a log file:
cargo run --example=loginfo -- path/to/log.zevtc
This project is licensed under the MIT license (LICENSE
or
https://opensource.org/licenses/MIT).