Crates.io | wait-timeout |
lib.rs | wait-timeout |
version | 0.2.0 |
source | src |
created_at | 2015-09-08 00:53:20.231605 |
updated_at | 2018-11-23 13:55:33.627263 |
description | A crate to wait on a child process with a timeout specified across Unix and Windows platforms. |
homepage | https://github.com/alexcrichton/wait-timeout |
repository | https://github.com/alexcrichton/wait-timeout |
max_upload_size | |
id | 3000 |
size | 33,121 |
Rust crate for waiting on a Child
process with a timeout specified.
# Cargo.toml
[dependencies]
wait-timeout = "0.1.5"