s2protocol 3.5.3

A parser for Starcraft II - Replay format, exports to different target formats
Documentation
1
2
3
4
5
6
7
8
9
10
//! Converts events from protocol-version specific to protocol-agnostic versions.

pub mod common;
pub mod details;
pub mod game;
pub mod init_data;
pub mod message;
pub mod tracker;
pub use super::*;
pub use game::*;