add log and use error! in Drop of Handle to let users choose if they want to care about failed CloseHandle

This commit is contained in:
2024-12-31 08:33:11 +00:00
parent 4b56a9ddfc
commit ffd8da0343
2 changed files with 5 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@ keywords = ["memory", "game", "hacking", "process"]
[dependencies]
derive_more = { version = "1.0.0", features = ["display"] }
log = "0.4.22"
thiserror = "2.0.9"
[dependencies.windows]