shmem-bind 0.1.2

A safe and idiomatic wrapper over shared memory APIs in rust with proper cleanups
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[example]]
name = "message-passing"
path = "examples/message-passing.rs"
[dependencies.libc]
version = "0.2.153"

[package]
authors = ["ArshiA Akhavan <letmemakenewone@gmail.com>"]
categories = ["api-bindings", "os::unix-apis"]
description = "A safe and idiomatic wrapper over shared memory APIs in rust with proper cleanups"
edition = "2021"
keywords = ["shared_memory", "shmem", "shared-memory", "shared-mem", "shared_mem"]
license = "MIT OR Apache-2.0"
name = "shmem-bind"
readme = "README.md"
repository = "https://github.com/ArshiAAkhavan/shmem-bind"
version = "0.1.2"