Module memfd

Source
Available on crate feature fs only.
Expand description

Interfaces for managing memory-backed files.

Structs§

MemFdCreateFlag
Options that change the behavior of memfd_create.

Functions§

memfd_create
Creates an anonymous file that lives in memory, and return a file-descriptor to it.