2 stable releases
1.0.1 | Feb 10, 2021 |
---|---|
1.0.0 | Jan 19, 2021 |
#426 in Memory management
9KB
133 lines
shm_open_anonymous
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
~43KB