Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 671 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 671 Bytes

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, and see the Changelog for the changes between versions.