restructure 1

This commit is contained in:
Yehowshua Immanuel 2022-06-03 12:06:20 -04:00
parent 43563d0d7c
commit c65bdfefac
3 changed files with 88 additions and 82 deletions

2
src/vcd.rs Normal file
View file

@ -0,0 +1,2 @@
mod reader;
pub use reader::*;