zombie 0.0.2

A safe way to remove any zombie child processes (unix/linux only)
Documentation
[project]
name = "zombie"
version = "0.0.2"
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"]