Registry / utility / remoteprocess

remoteprocess

JSON →
library0.5.1rscratesunverified

Cross platform API for getting information on running processes.

# Cargo.toml [dependencies] remoteprocess = "0.5.1"
INSTALL
IMPORT
SIG · REMOTEPROCESS
R
remoteprocess
utilityrustv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Process
✓ use remoteprocess::Process;

Gets information about the current process.

use remoteprocess::Process; fn main() -> Result<(), Box<dyn std::error::Error>> { let process = Process::new(std::process::id())?; println!("Process name: {:?}", process.name()); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
remoteprocess — cargo add remoteprocess · libregistry