waitforit 0.1.0

A library to aid in synchronously waiting for some condition to be met.
Documentation
[dependencies.ureq]
optional = true
version = "1.5.1"

[dependencies.url]
optional = true
version = "2.2.0"

[features]
default = ["http"]
http = ["ureq", "url"]

[package]
authors = ["Adam Shirey <adam@shirey.ch>"]
description = "A library to aid in synchronously waiting for some condition to be met."
edition = "2021"
homepage = "https://github.com/aeshirey/waitforit/"
keywords = ["delay", "wait"]
license = "MIT OR Apache-2.0"
name = "waitforit"
readme = "README.md"
repository = "https://github.com/aeshirey/waitforit/"
version = "0.1.0"