wotbreplay-parser 0.2.0-alpha.3

World of Tanks Blitz replay parser
Documentation
1
2
3
use crate::error::Error;

pub type Result<T = ()> = std::result::Result<T, Error>;