wait4 0.1.2

High level wait4 abstraction
Documentation
[dependencies.cfg-if]
version = "1"
[dev-dependencies.human_format]
version = "1"

[package]
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "High level wait4 abstraction"
edition = "2018"
homepage = "https://github.com/lu-zero/wait4-rs"
license = "MIT"
name = "wait4"
repository = "https://github.com/lu-zero/wait4-rs"
version = "0.1.2"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["processthreadsapi", "minwindef", "winnt", "psapi"]
version = "0.3"