1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

code cleanup

This commit is contained in:
Robin Appelman 2019-02-28 23:52:00 +01:00
commit 0bf09c95c9
14 changed files with 39 additions and 93 deletions

View file

@ -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;