rshmem 0.1.2

Win32 shared memory with safe wrapper for allocating buffers
Documentation
[dependencies.winapi]
features = ["memoryapi", "handleapi", "winbase", "errhandlingapi"]
version = "0.3"

[package]
authors = ["bloc4ain <bloc4ain@gmail.com>"]
categories = ["os::windows-apis", "memory-management", "concurrency", "asynchronous"]
description = "Win32 shared memory with safe wrapper for allocating buffers"
documentation = "https://docs.rs/rshmem"
edition = "2021"
keywords = ["shmem", "shared", "memory", "inter-process", "process"]
license = "GPL-2.0"
name = "rshmem"
readme = "README.md"
repository = "https://github.com/bloc4ain/rshmem"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"