Crates.io | wait-on |
lib.rs | wait-on |
version | |
source | src |
created_at | 2024-04-04 02:03:23.456128 |
updated_at | 2024-12-17 00:51:57.196163 |
description | Library and CLI Utility to wait on the availability of resources such as Files, HTTP Servers, Ports & Sockets |
homepage | https://github.com/EstebanBorai/wait-on |
repository | https://github.com/EstebanBorai/wait-on |
max_upload_size | |
id | 1195772 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
cargo install wait-on
wait-on -t 10m file /path/to/file
wait-on http GET https://example.com
wait-on tcp -i 127.0.0.1 -p 8080
This project is licensed under the MIT license and the Apache License 2.0.