9 lines
276 B
Rust
9 lines
276 B
Rust
// Copyright (C) 2022 Yehowshua Immanuel
|
|
// This program is distributed under both the GPLV3 license
|
|
// and the YEHOWSHUA license, both of which can be found at
|
|
// the root of the folder containing the sources for this program.
|
|
mod vcd;
|
|
pub use vcd::*;
|
|
|
|
pub use num::BigUint;
|