process_list 0.2.0

Crate for listing the processes open in the OS, usually for retrieving their ID by their name.
Documentation
[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."
documentation = "https://docs.rs/process_list/0.2.0/x86_64-pc-windows-msvc/process_list/"
edition = "2018"
license = "MIT"
name = "process_list"
readme = "README.md"
repository = "https://github.com/mgostIH/process_list"
version = "0.2.0"
[target."cfg(windows)".dependencies.winapi]
features = ["tlhelp32", "winnt", "handleapi"]
version = "0.3"