2 stable releases

1.0.1 Feb 10, 2021
1.0.0 Jan 19, 2021

#415 in Memory management

30 downloads per month

MIT/Apache

9KB
133 lines

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.

Dependencies

~42KB