Crate memfd_exec
source · [−]Expand description
This library provides essentially a single functionality to execute an in-memory executable as if it were a process::Command run normally from the filesystem
Structs
This is the main struct used to create an in-memory only executable. Wherever possible, it
is intended to be a drop-in replacement for the standard library’s
process::Command struct.