msb_krun 0.1.26

Native Rust API for libkrun microVMs
Documentation
1
2
3
4
5
6
7
8
//! Custom virtio-vsock service backends.
//!
//! These traits expose byte streams rather than virtio packets. libkrun keeps
//! responsibility for the transport protocol, flow control, and interrupts.

pub use devices::virtio::vsock::{
    VsockConnectRequest, VsockNotifier, VsockPortBackend, VsockShutdown, VsockStreamBackend,
};