s2protocol 3.5.4

A parser for Starcraft II - Replay format, exports to different target formats
Documentation
1
2
3
4
5
6
7
8
9
10
//! Handling of cache_handles on replay files.
//! These are <some_id>.s2ma files that can be downloaded from blizzar,
//! containing map resources, mod information, visual resources such
//! as images used in overlays for tournament, organizers, etc.

pub mod document_header;
pub mod map;
pub mod map_info;
pub mod t3_height_map;
pub use map::*;