rshmem 0.1.2

Win32 shared memory with safe wrapper for allocating buffers
Documentation
1
2
3
4
5
6
mod allocator;
mod memory;
mod mutex;
mod windows;

pub use memory::Memory;