zombie 0.0.4

A safe way to remove any zombie child processes (unix/linux only)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "zombie"
version = "0.0.4"
authors = ["Simon Wollwage"]
license = "BSD-3-Clause"
description = "A safe way to remove any zombie child processes (unix/linux only)"

[dependencies]
libc = "*"

[lib]
name = "zombie"
path = "src/lib.rs"
crate-type = ["rlib"]