FastWaveBackend/src/lib.rs

9 lines
276 B
Rust
Raw Normal View History

2022-09-14 20:28:12 +00:00
// 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.
2022-09-09 06:59:33 +00:00
mod vcd;
pub use vcd::*;
2022-09-14 20:28:12 +00:00
pub use num::BigUint;