1 2 3 4 5 6
//! Implementations of the `FirmwareDevice` trait. mod serial; mod simulator; pub use serial::*; pub use simulator::*;