shared_child 0.3.5

a library for using child processes from multiple threads
Documentation
[package]
authors = ["jacko"]
categories = ["os"]
description = "a library for using child processes from multiple threads"
documentation = "https://docs.rs/shared_child"
edition = "2018"
keywords = ["command", "process", "child", "subprocess"]
license = "MIT"
name = "shared_child"
readme = "README.md"
repository = "https://github.com/oconnor663/shared_child.rs"
version = "0.3.5"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.42"
[target."cfg(windows)".dependencies.winapi]
features = ["synchapi", "winbase", "winerror", "winnt"]
version = "0.3.5"