- update README to reflect correct performance numbers

- add tasks to README
 - repair bug in events.rs that prevented most events in VCD file from being parsed
 - add some initial code for timeline scrubbing
This commit is contained in:
Yehowshua Immanuel 2022-08-17 22:10:00 -04:00
parent 3a4ed56532
commit cbd8be1708
8 changed files with 125 additions and 57 deletions

View file

@ -1,4 +1,4 @@
use num::BigInt;
use num::BigUint;
use std::collections::HashMap;
use std::fs::File;