shm_open_anonymous

Crates.ioshm_open_anonymous
lib.rsshm_open_anonymous
version1.0.1
sourcesrc
created_at2021-01-19 04:06:08.323799
updated_at2021-02-10 03:29:49.068841
descriptionAnonymous POSIX shared memory objects
homepage
repositoryhttps://github.com/calebzulawski/shm_open_anonymous
max_upload_size
id343802
size22,727
Caleb Zulawski (calebzulawski)

documentation

README

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.

Commit count: 16

cargo fmt