1#[cfg(feature = "emulation")] 2mod emulation; 3 4#[cfg(feature = "emulation")] 5pub use self::emulation::{Emulation, EmulationOS, EmulationOption};