Crates.io | caring |
lib.rs | caring |
version | 0.3.0 |
source | src |
created_at | 2020-04-03 14:09:23.321062 |
updated_at | 2020-09-18 16:43:47.490853 |
description | Sharing is caring: a safe library for mmap'ing memory in multiple processes |
homepage | |
repository | https://github.com/standard-ai/caring |
max_upload_size | |
id | 225936 |
size | 38,484 |
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.