source2-demo 0.5.1

Dota 2 / Deadlock / CS2 replay parser written in Rust
Documentation
1
2
3
4
5
6
7
pub(crate) mod bits;
pub(crate) mod copy;
pub(crate) mod field_path;
pub(crate) mod msg;
pub(crate) mod reader;
/// Bitstream encoding utilities used by demo rewriting.
pub mod writer;