wei-kill

Crates.iowei-kill
lib.rswei-kill
version0.1.3
sourcesrc
created_at2023-09-06 03:42:05.237791
updated_at2023-09-06 03:42:05.237791
descriptionkill process by name, pid or port number
homepagehttps://github.com/weiforce/wei-kill
repository
max_upload_size
id964995
size2,043
zuiyue.com (zuiyue-com)

documentation

https://github.com/zuiyue-com/wei-kill

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