1 2 3 4 5 6 7 8 9
//! Reusable line and record arbitration for the host console. mod host_log; mod output; mod transport; pub use host_log::HostLogBacklog; pub use output::GuestOutputMux; pub use transport::{HostOutputQueue, HostOutputTransaction};