process-memory 0.5.0

A rust library that can read/write the memory of other processes.
Documentation
[[example]]
crate-type = ["bin"]
name = "fastyboy"
[dependencies.libc]
version = "0.2"

[package]
authors = ["Tommoa <tommoa256@gmail.com>"]
description = "A rust library that can read/write the memory of other processes."
edition = "2018"
license = "MIT"
name = "process-memory"
readme = "README.md"
repository = "https://github.com/Tommoa/rs-process-memory"
version = "0.5.0"
[target."cfg(target_os=\"macos\")".dependencies.mach]
version = "0.3"
[target."cfg(windows)".dependencies.winapi]
features = ["winnt", "memoryapi", "minwindef", "processthreadsapi"]
version = "0.3"
[target."cfg(windows)".dev-dependencies.winapi]
features = ["tlhelp32"]
version = "0.3"