wows_replays 0.6.0

A parser for World of Warships replay files
Documentation
1
2
3
4
5
6
7
mod controller;
mod observer;
pub mod player;
pub mod ship;

pub use controller::*;
pub use observer::*;