Skip to content

Zerthox/arcdps-rs

Repository files navigation

ArcDPS Rust bindings

Rust bindings for ArcDPS. ArcDPS is an addon for Guild Wars 2.

This project is split into multiple crates covering different parts of ArcDPS.

Crate Purpose
arcdps Bindings for ArcDPS plugins.
evtc Bindings for the ArcDPS EVTC API.
evtc_dump CLI tool to dump ArcDPS EVTC log contents as JSON.
evtc_parse Parsing for ArcDPS EVTC logs.

If you are interested in writing an ArcDPS plugin in Rust, take a look at the arcdps crate in this repository. Its documentation can be found at zerthox.github.io/arcdps-rs/arcdps/. Parts of this project are originally a fork of greaka/arcdps_bindings.