| Crates.io | wait-timeout |
| lib.rs | wait-timeout |
| version | 0.2.1 |
| created_at | 2015-09-08 00:53:20.231605+00 |
| updated_at | 2025-02-03 12:22:33.904538+00 |
| 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 | 31,806 |
Rust crate for waiting on a Child process with a timeout specified.
# Cargo.toml
[dependencies]
wait-timeout = "0.1.5"