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§
- Provides a wrapper over an
RtcState
that has serialization capabilities. - Provides a wrapper over an
SerialState
that has serialization capabilities.