mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-10 01:26:36 +00:00
.. | ||
src | ||
tests | ||
.cargo-checksum.json | ||
appveyor.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
wait-timeout
Rust crate for waiting on a Child
process with a timeout specified.
# Cargo.toml
[dependencies]
wait-timeout = "0.1.5"