shm_open_anonymous
==================
[](https://github.com/calebzulawski/shm_open_anonymous/actions)

[](https://crates.io/crates/shm_open_anonymous)
[](https://crates.io/crates/shm_open_anonymous)
[](https://docs.rs/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`](https://github.com/lassik/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](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.