caring 0.1.1

Sharing is caring: a safe library for mmap'ing memory in multiple processes
Documentation

caring Crates.io Documentation

Sharing is caring: the caring crate provides a Shared<T> type that handles safely storing a T in shared memory, using mmap. T is for some methods bound to be ProcSync in order to be shared between multiple processes.

Read the documentation for in-depth information.