mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
update to new bitreader
This commit is contained in:
parent
f5e236c58b
commit
e7b9f5ecbb
25 changed files with 378 additions and 590 deletions
13
src/lib.rs
Normal file
13
src/lib.rs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
use std::error::Error;
|
||||
use std::fs;
|
||||
|
||||
pub use crate::demo::{
|
||||
parser::{DemoParser, Parse, ParseError, ParserState, Result},
|
||||
Demo, Stream,
|
||||
};
|
||||
|
||||
pub use bitstream_reader::Result as ReadResult;
|
||||
|
||||
mod demo;
|
||||
mod state;
|
||||
mod test;
|
||||
Loading…
Add table
Add a link
Reference in a new issue