{"id":17928852,"url":"https://github.com/veykril/tlhelp32","last_synced_at":"2025-07-18T12:42:24.922Z","repository":{"id":57669943,"uuid":"162297543","full_name":"Veykril/tlhelp32","owner":"Veykril","description":"A small idiomatic wrapper around the tlhelp32 windows API","archived":false,"fork":false,"pushed_at":"2019-06-24T19:34:28.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T02:38:06.918Z","etag":null,"topics":["ffi","process","rust","snapshot","tlhelp32","winapi","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Veykril.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-18T14:07:51.000Z","updated_at":"2021-12-17T11:20:42.000Z","dependencies_parsed_at":"2022-09-26T20:40:40.283Z","dependency_job_id":null,"html_url":"https://github.com/Veykril/tlhelp32","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veykril%2Ftlhelp32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veykril%2Ftlhelp32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veykril%2Ftlhelp32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veykril%2Ftlhelp32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Veykril","download_url":"https://codeload.github.com/Veykril/tlhelp32/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245204671,"owners_count":20577387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ffi","process","rust","snapshot","tlhelp32","winapi","windows"],"created_at":"2024-10-28T21:05:36.026Z","updated_at":"2025-03-24T03:31:38.219Z","avatar_url":"https://github.com/Veykril.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tlhelp32 [![][img_crates]][crates] [![][img_doc]][doc]\n\n[img_crates]: https://img.shields.io/crates/v/tlhelp32.svg\n[img_doc]: https://img.shields.io/badge/rust-documentation-blue.svg\n[crates]: https://crates.io/crates/tlhelp32\n[doc]: https://docs.rs/tlhelp32/*/x86_64-pc-windows-msvc/tlhelp32/\n\nAn abstraction over the windows tlhelp32 api.\nIt offers a generic Snapshot struct which acts as an iterator to easily iterate over the\nreturned entries.\n\n\n## Example\n```rust\nfn main() -\u003e std::io::Result\u003c()\u003e {\n    for entry in tlhelp32::Snapshot::new_process()? {\n       println!(\"{:?}\", entry);\n    }\n    Ok(())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveykril%2Ftlhelp32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveykril%2Ftlhelp32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveykril%2Ftlhelp32/lists"}