jean-airoldie / caring

The `Shared<T>` struct for cross-process shared-memory objects of type `T`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The `Shared<T>` struct for cross-process shared-memory objects of type `T`

License:Apache License 2.0


Languages

Language:Rust 100.0%