We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df50220 commit a56978eCopy full SHA for a56978e
Cargo.toml
@@ -16,7 +16,7 @@
16
17
[package]
18
name = "mem-rs"
19
-version = "0.1.7"
+version = "0.1.8"
20
edition = "2021"
21
readme = "README.md"
22
homepage = "https://github.com/FrankvdStam/mem-rs"
src/process_module.rs
@@ -18,6 +18,7 @@ use std::ffi::c_void;
use windows::Win32::Foundation::{HANDLE};
use windows::Win32::System::Diagnostics::Debug::ReadProcessMemory;
+#[allow(dead_code)]
pub struct ProcessModule
23
{
24
pub id: usize,
0 commit comments