#shared-memory #shm #linux #condvar

rshm

A library to use Linux's shm shared memory facilities in Rust

1 unstable release

0.1.0 Oct 13, 2022

#8 in #shm

GPL-3.0-or-later

20KB
377 lines

RSHM

A Linux Shared Memory crate in Rust.

Goal

The goal of this crate is to make it easier to use shm from rust in Linux. It provides basic functions to allocate or open a shared memory space. It also provides a condvar implementation based on shared linux futexes.

Future

It would be nice to support linux' hugepages as well as standard shm.

It would be nice to refine the examples to make that functionality available in the library (e.g. gracefully wait for shared memory to be created by its owner, support expansion and overflow to file)

Contributing

Please do raise issues and merge requests if you see a missing features or find a bug.

Dependencies

~1.5MB
~35K SLoC