1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-20 09:39:38 +01:00
adf-obdd/lib/src/datatypes.rs
2022-04-21 14:18:59 +02:00

5 lines
99 B
Rust

//! Collection of all the necessary datatypes of the system.
pub mod adf;
mod bdd;
pub use bdd::*;