wg-toolkit 0.4.1

Toolkit for various binary and text formats distributed by Wargaming.net (BigWorld, Core engine).
Documentation
1
2
3
4
5
6
7
8
9
//! Base module used to define all entity descriptions that are used
//! to communicate with the server. This is highly dependant on the
//! version, so it's needed to update this on every client version.

use std::io::{self, Read};

pub mod interface;

pub mod account;