File: README.md

package info (click to toggle)
rust-wait-timeout 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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"
```