sharedmem

Crates.iosharedmem
lib.rssharedmem
version0.1.1
sourcesrc
created_at2016-11-08 07:46:15.032992
updated_at2016-11-08 07:51:48.793847
descriptionShared memory primitives.
homepage
repositoryhttps://github.com/peterhj/libsharedmem
max_upload_size
id7173
size8,677
Peter Jin (peterhj)

documentation

README

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.

Commit count: 20

cargo fmt