procmem 0.0.2

Helpers to access other processes' memory on Windows
Documentation
[dependencies.bitflags]
version = "1.3"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Memory"]
version = "0.32"

[package]
authors = ["Gray Olson <gray@grayolson.com>"]
description = "Helpers to access other processes' memory on Windows"
edition = "2021"
keywords = ["windows", "memory", "process", "games"]
license = "MIT OR Apache-2.0 OR Zlib"
name = "procmem"
readme = "README.md"
repository = "https://github.com/termhn/procmem"
resolver = "2"
version = "0.0.2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]