mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
some state rework
This commit is contained in:
parent
5886debbfb
commit
eb62b5960e
5 changed files with 203 additions and 78 deletions
|
|
@ -12,8 +12,8 @@ fn main() -> std::result::Result<(), Box<ParseError>> {
|
|||
let (header, state) = parser.parse_demo()?;
|
||||
//dbg!(header);
|
||||
//dbg!(state.deaths);
|
||||
//let json = serde_json::to_string(&state.deaths).unwrap_or("err".to_string());
|
||||
//std::thread::sleep(std::time::Duration::from_secs(5));
|
||||
//let json = serde_json::to_string(&state.borrow().deaths).unwrap_or("err".to_string());
|
||||
//println!("{}", json);
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue