Crate ramdevice_client
source ·Expand description
A safe rust wrapper for creating and using ramdisks.
Structs
- 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. - A type to help construct a [
RamdeviceClient
] optionally from a VMO.