add docs and change examples to reflect changing interfaces

This commit is contained in:
Yehowshua Immanuel 2022-09-13 19:35:23 -04:00
parent 320b0d348d
commit a0713c1f38
10 changed files with 95 additions and 85 deletions

View file

@ -1,2 +1,4 @@
mod vcd;
pub use vcd::*;
pub use vcd::*;
pub use num::BigUint;