Crate shm_open_anonymous

Source
Expand description

Create anonymous POSIX shared memory objects.

This crate is only works on unix targets and is no_std compatible.

Functionsยง

shm_open_anonymous
Creates an anonymous POSIX shared memory object.