shm_open_anonymous 1.0.1

Anonymous POSIX shared memory objects
Documentation

shm_open_anonymous

Build Status Rustc Version 1.36+ License Crates.io Rust Documentation

Create anonymous POSIX shared memory objects.

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

Inspired by the C library shm_open_anon.

License

shm_open_anonymous is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.