shm_open_anonymous 1.0.0

Anonymous POSIX shared memory objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.31+](https://img.shields.io/badge/rustc-1.31+-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.