4 releases

0.1.4 Aug 8, 2023
0.1.3 May 2, 2022
0.1.2 Oct 23, 2021
0.1.1 Oct 23, 2021

#321 in Unix APIs

27 downloads per month

MIT license

7KB
108 lines

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());

Dependencies

~10–20MB
~298K SLoC