msb_krun 0.1.17

Native Rust API for libkrun microVMs
Documentation
1
2
3
4
5
6
7
//! Custom console port backend support.
//!
//! Re-exports [`ConsolePortBackend`] from the devices crate, following the
//! same pattern as [`NetBackend`](super::net::NetBackend) and
//! [`DynFileSystem`](super::fs::DynFileSystem).

pub use devices::virtio::console::port_io::ConsolePortBackend;