smoltimeout 0.6.3

A way to poll a future until it or a timer completes.
Documentation
[dependencies.async-io]
version = "2.4.0"

[dependencies.pin-project-lite]
version = "0.2.15"

[dev-dependencies.futures-lite]
version = "2.5.0"

[lib]
name = "smoltimeout"
path = "src/lib.rs"

[package]
authors = ["Matthieu Le brazidec (r3v2d0g) <r3v2d0g@jesus.gg>", "Delta4 <156182500+delta4chat@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A way to poll a future until it or a timer completes."
documentation = "https://docs.rs/smoltimeout"
edition = "2021"
keywords = ["async", "await", "future", "futures"]
license = "MPL-2.0"
name = "smoltimeout"
readme = "README.md"
repository = "https://github.com/delta4chat/smol-timeout"
version = "0.6.3"