shm_open_anonymous ================== [![Build Status](https://github.com/calebzulawski/shm_open_anonymous/workflows/Build/badge.svg?branch=master)](https://github.com/calebzulawski/shm_open_anonymous/actions) ![Rustc Version 1.36+](https://img.shields.io/badge/rustc-1.36+-lightgray.svg) [![License](https://img.shields.io/crates/l/shm_open_anonymous)](https://crates.io/crates/shm_open_anonymous) [![Crates.io](https://img.shields.io/crates/v/shm_open_anonymous)](https://crates.io/crates/shm_open_anonymous) [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](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.