win-shared-memory 0.1.0

A library to easily access windows shared memory.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "win-shared-memory"
version = "0.1.0"
edition = "2024"
authors = ["Domenico Mancini"]
repository = "https://github.com/dSyncro/win-shared-memory"
license = "MIT"
keywords = ["windows", "memory", "shared", "ipc"]
categories = ["os::windows-apis", "api-bindings"]
description = "A library to easily access windows shared memory."
readme = "README.md"

[dependencies]
thiserror = "2"

[dependencies.windows]
version = "0.62.2"
features = ["Win32_Foundation", "Win32_Security", "Win32_System_Memory"]