sharedmem 0.1.1

Shared memory primitives.
Documentation
  • Coverage
  • 0%
    0 out of 26 items documented0 out of 24 items with examples
  • Size
  • Source code size: 10.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • peterhj

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.