rhymuproc

Crates.iorhymuproc
lib.rsrhymuproc
version1.1.2
sourcesrc
created_at2021-01-26 20:10:59.86261
updated_at2021-03-29 18:25:52.53766
descriptionDiscover and interact with operating system processes
homepage
repositoryhttps://github.com/rhymu8354/Processes.git
max_upload_size
id347024
size48,484
Richard Walters (rhymu8354)

documentation

README

Processes (rhymuproc)

This library supports discovering the processes running in the operating system and interacting with them.

Crates.io Documentation

The following features are currently supported:

  • Getting a list of the currently running processes, including their identifiers, paths to their images (executable files), and sets of TCP server ports currently bound by them.
  • Starting a new detached process (separate session, not connected to the process which started it, and inheriting no file handles).
  • Killing a process selected by identifier.

The following operating systems are supported:

  • Microsoft Windows
  • Linux
  • MacOS

More information about the Rust implementation of this library can be found in the crate documentation.

License

Licensed under the MIT license.

Commit count: 22

cargo fmt