Skip to content

rhymu8354/Processes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages