Expand description
A safe rust wrapper for creating and using ramdisks.
Structs§
- A type to help construct a [
RamdeviceClient
] optionally from a VMO.
Enums§
- A client for managing a ramdisk. This can be created with the
RamdiskClient::create
function or through the type returned byRamdiskClient::builder
to specify additional options.