rkill_lib

Crates.iorkill_lib
lib.rsrkill_lib
version0.1.4
sourcesrc
created_at2021-10-23 12:25:50.389428
updated_at2023-08-08 08:20:04.748274
descriptionkill process by name, pid or port number
homepagehttps://github.com/newtest/rkill-lib
repository
max_upload_size
id469859
size6,321
Weiforce (weiforce)

documentation

https://github.com/newtest/rkill-lib

README

rkill_lib (forked from reflog/rkill)

rkill_lib helps you kill any processes by PID/name/port number.

config

[dependencies]
rkill_lib = "0.1.3"

Usage

// kill a process by name/PID
rkill_lib::kill_process_by_pid("nginx".to_string());
Commit count: 0

cargo fmt