Commit Graph
19 Commits
Author SHA1 Message Date
futile f2da8b5328 improve error handling syntax 2025-12-03 11:50:30 +00:00
futile bd51e3e2e2 improve scoping of unsafe blocks 2025-12-03 11:50:15 +00:00
futile 2138464fec bare minimum documentation 2024-12-31 09:21:58 +00:00
futile 84ada5576f make Error enum variants clearer 2024-12-31 08:42:28 +00:00
futile e3f6613c6d no idea why i was doing all that 2024-12-31 08:35:33 +00:00
futile ffd8da0343 add log and use error! in Drop of Handle to let users choose if they want to care about failed CloseHandle 2024-12-31 08:33:11 +00:00
futile 4b56a9ddfc change user-facing api to be simpler and more ergonomic 2024-12-31 08:24:17 +00:00
futile 61e1671214 add readme in Cargo.toml 2024-12-30 20:29:40 +00:00
futile 1dbd53a347 some changes 2024-12-30 19:38:37 +00:00
futile 7095a197c6 separate Module from snapshot module 2024-12-30 19:27:03 +00:00
futile 4c9273daed some other cleanup 2024-12-30 18:58:24 +00:00
futile 18df986c67 fix a multitude of clippy warns 2024-12-30 18:26:41 +00:00
futile d6fb43adc1 implement r/w of process memory 2024-12-30 18:06:33 +00:00
futile ff7674615d implement process modules 2024-12-30 16:52:02 +00:00
futile 45ecf9bed6 we don't need main.rs tracked 2024-12-30 16:13:06 +00:00
futile 1d070263be reorganize process related sources into a process/ directory 2024-12-30 16:11:27 +00:00
futile bdb89af874 add LICENSE 2024-12-30 15:51:07 +00:00
futile a6a883c26e mostly implement getting a running process 2024-12-30 15:45:15 +00:00
futile 42d7b7d55e initial commit 2024-12-30 10:49:43 +00:00