1
2
3
4
5
6
7
8
9
//! DQCsim: the Delft Quantum & Classical simulator
//!
//! For general information, refer to [the readme file on github](https://github.com/mbrobbel/dqcsim/blob/master/README.md).

mod core;
pub use crate::core::*;

#[cfg(feature = "bindings")]
pub mod bindings;