async-shell 0.1.0

Asynchronous process child wait.
Documentation
[dependencies.async-trait]
default-features = false
features = []
version = "0.1"

[dependencies.blocking]
default-features = false
features = []
version = "0.5"

[dependencies.wait-timeout]
default-features = false
features = []
version = "0.2"

[package]
authors = ["vkill <vkill.net@gmail.com>"]
categories = ["asynchronous", "os"]
description = "Asynchronous process child wait."
documentation = "https://docs.rs/async-shell"
edition = "2018"
homepage = "https://github.com/bk-rs/async-shell"
keywords = ["process"]
license = "Apache-2.0 OR MIT"
name = "async-shell"
readme = "README.md"
repository = "https://github.com/bk-rs/async-shell"
version = "0.1.0"