blob: 0682a1f4fbacf1034d48c4e7583d7b2a08935f60 [file] [log] [blame] [view]
# wait-timeout
[![Build Status](https://github.com/alexcrichton/wait-timeout/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/alexcrichton/wait-timeout/actions/workflows/main.yml)
[Documentation](https://docs.rs/wait-timeout)
Rust crate for waiting on a `Child` process with a timeout specified.
```toml
# Cargo.toml
[dependencies]
wait-timeout = "0.1.5"
```