read-process-memory 0.1.4

Read memory from another process.
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[package]
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
description = "Read memory from another process."
edition = "2021"
homepage = "https://github.com/rbspy/read-process-memory"
license = "MIT"
name = "read-process-memory"
repository = "https://github.com/rbspy/read-process-memory"
resolver = "2"
rust-version = "1.56"
version = "0.1.4"
[target."cfg(target_os=\"macos\")".dependencies.mach]
version = "0.3.2"
[target."cfg(windows)".dependencies.winapi]
features = ["std", "basetsd", "minwindef", "handleapi", "memoryapi", "processthreadsapi", "winnt"]
version = "0.3"