supermachine 0.3.3

Run any OCI/Docker image as a hardware-isolated microVM on macOS HVF (Linux KVM and Windows WHP in progress). Single library API, zero flags for the common case, sub-100 ms cold-restore from snapshot.
// PORT TARGET: devices/src/virtio/vsock/mod.rs
// Source size: 176 LOC
// Status: skeleton (no impl)
//
// Constants, error types, queue indices (RXQ/TXQ/EVQ), buffer
// sizes, the MUXER_RXQ_SIZE = 256 constant, etc. Mostly mechanical
// to port; do this first.

pub mod device;
pub mod event_handler;
pub mod mux_profile;
pub mod muxer;
pub mod muxer_rxq;
pub mod muxer_thread;

pub mod packet;
pub mod proxy;
pub mod reaper;
pub mod tsi_dgram;
pub mod tsi_stream;