process_list 0.1.0

Crate for listing the processes open in the OS, usually for retrieving their ID by their name.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.log]
optional = true
version = "0.4"
[dev-dependencies.env_logger]
version = "0.7.1"

[package]
authors = ["mgostIH"]
description = "Crate for listing the processes open in the OS, usually for retrieving their ID by their name."
edition = "2018"
license = "MIT"
name = "process_list"
repository = "https://github.com/mgostIH/process_list"
version = "0.1.0"
[target."cfg(windows)".dependencies.winapi]
features = ["tlhelp32", "winnt", "handleapi"]
version = "0.3"