Crate vm_superio_ser

Crate vm_superio_ser 

Source
Expand description

Adds to the state objects from vm-superio serialization capabilities.

Provides wrappers over the state objects from vm-superio crate which implement the Serialize, Deserialize and Versionize traits as well.

Re-exports§

pub use rtc_pl031::RtcStateSer;
pub use serial::SerialStateSer;

Modules§

rtc_pl031
Provides a wrapper over an RtcState that has serialization capabilities.
serial
Provides a wrapper over an SerialState that has serialization capabilities.