mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
code cleanup
This commit is contained in:
parent
e7b9f5ecbb
commit
0bf09c95c9
14 changed files with 39 additions and 93 deletions
|
|
@ -1,6 +1,3 @@
|
|||
use std::error::Error;
|
||||
use std::fs;
|
||||
|
||||
pub use crate::demo::{
|
||||
parser::{DemoParser, Parse, ParseError, ParserState, Result},
|
||||
Demo, Stream,
|
||||
|
|
@ -10,4 +7,3 @@ pub use bitstream_reader::Result as ReadResult;
|
|||
|
||||
mod demo;
|
||||
mod state;
|
||||
mod test;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue