Crate ramdevice_client

Source
Expand description

A safe rust wrapper for creating and using ramdisks.

Structs§

RamdiskClientBuilder
A type to help construct a [RamdeviceClient] optionally from a VMO.

Enums§

RamdiskClient
A client for managing a ramdisk. This can be created with the RamdiskClient::create function or through the type returned by RamdiskClient::builder to specify additional options.