//! Deterministic in-memory model of the protocol 1.0 split-virtqueue profile.
//!
//! The model owns descriptor, available-ring, and used-ring state without guest addresses or a
//! concrete transport library. It is deliberately single-owner and contains no lock or executor.
extern crate alloc;
pub use ;
pub use ;