wrpl 0.10.0

A library/CLI to decode War Thunder replays (.wrpl).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![crates.io](https://img.shields.io/crates/v/wrpl.svg)](https://crates.io/crates/wrpl) [![Documentation](https://docs.rs/wrpl/badge.svg)](https://docs.rs/wrpl) [![Build Status](https://img.shields.io/github/actions/workflow/status/llama-for3ver/wt_replay_decoder/cargo.yml?branch=main&label=build&logo=github)](https://github.com/llama-for3ver/wt_replay_decoder/actions)

# WT Replay Decoder
This library is licensed under [**AGPL**](/LICENSE.md). You must read and agree to the terms before downloading, installing, or otherwise using this library.

---

A Rust library/CLI to decode and parse War Thunder replays, sometimes successfully.


## Usage

### CLI
```shell
cargo run -- -r my_replay.wrpl
```