mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
var_bit improvements
This commit is contained in:
parent
aa3ec7700e
commit
67d08f06da
2 changed files with 15 additions and 17 deletions
|
|
@ -10,6 +10,7 @@ use tf_demo_parser::MessageType;
|
|||
pub use tf_demo_parser::{Demo, DemoParser, Parse, ParseError, ParserState, Stream};
|
||||
|
||||
fn main() -> Result<(), MainError> {
|
||||
#[cfg(feature = "trace")]
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
let args: Vec<_> = env::args().collect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue