presumably using macros everywhere now
This commit is contained in:
parent
0946d13e6e
commit
c53c9684e6
8 changed files with 384 additions and 308 deletions
|
@ -20,7 +20,8 @@ fn main() -> std::io::Result<()> {
|
|||
let now = Instant::now();
|
||||
|
||||
let file = File::open(&args.path)?;
|
||||
parse_vcd(file).unwrap();
|
||||
let vcd = parse_vcd(file).unwrap();
|
||||
// vcd.
|
||||
let elapsed = now.elapsed();
|
||||
println!("Elapsed: {:.2?}", elapsed);
|
||||
|
||||
|
|
Reference in a new issue