caring

Crates.iocaring
lib.rscaring
version0.3.0
sourcesrc
created_at2020-04-03 14:09:23.321062
updated_at2020-09-18 16:43:47.490853
descriptionSharing is caring: a safe library for mmap'ing memory in multiple processes
homepage
repositoryhttps://github.com/standard-ai/caring
max_upload_size
id225936
size38,484
Léo Gaspard (Ekleog)

documentation

README

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.

Commit count: 17

cargo fmt