source-demo-tool 0.9.2

WIP: a library for opening (editing planned) source engine demo files.
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, Eq, PartialEq, PartialOrd, Ord)]
pub struct EventData {
    pub details: String,
    pub line_number: u32,
    pub function_name: String,
    pub file_name: String
}