Expand description
A safe rust wrapper for creating and using ramdisks.
Structsยง
- Ramdisk
Client - A client for managing a ramdisk. This can be created with the
RamdiskClient::createfunction or through the type returned byRamdiskClient::builderto specify additional options. - Ramdisk
Client Builder - A type to help construct a [
RamdeviceClient] optionally from a VMO.