Crates.io | sharedmem |
lib.rs | sharedmem |
version | 0.1.1 |
source | src |
created_at | 2016-11-08 07:46:15.032992 |
updated_at | 2016-11-08 07:51:48.793847 |
description | Shared memory primitives. |
homepage | |
repository | https://github.com/peterhj/libsharedmem |
max_upload_size | |
id | 7173 |
size | 8,677 |
This is a Rust library of shared memory primitives. It contains data structures for sharing buffers (slices, memory maps, etc.) between multiple owners or multiple threads.