Expand description
A safe rust wrapper for creating and using ramdisks.
Structs§
- Ramdisk
Client Builder - A type to help construct a [
RamdeviceClient
] optionally from a VMO.
Enums§
- Ramdisk
Client - 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.