1
2
3
4
//! Common behaviors an emulator component can implement.

pub mod reset;
pub mod snapshot;