sharedmem 0.1.0

Shared memory primitives.
Documentation
1
2
3
4
5
# libsharedmem

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.