An open API service indexing awesome lists of open source software.

https://github.com/openbytedev/processes

A utility library for accessing processes and modules on windows.
https://github.com/openbytedev/processes

Last synced: about 1 year ago
JSON representation

A utility library for accessing processes and modules on windows.

Awesome Lists containing this project

README

          

# processes

[![CI](https://github.com/OpenByteDev/processes/actions/workflows/ci.yml/badge.svg)](https://github.com/OpenByteDev/processes/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/processes.svg)](https://crates.io/crates/processes)
[![Documentation](https://docs.rs/processes/badge.svg)](https://docs.rs/processes)
[![dependency status](https://deps.rs/repo/github/openbytedev/processes/status.svg)](https://deps.rs/repo/github/openbytedev/processes)
[![MIT](https://img.shields.io/crates/l/processes.svg)](https://github.com/OpenByteDev/processes/blob/master/LICENSE)

A utility library for accessing processes and modules on windows.

## License
Licensed under MIT license ([LICENSE](https://github.com/OpenByteDev/processes/blob/master/LICENSE) or http://opensource.org/licenses/MIT)