smol-timeout 0.6.0

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

[dependencies.pin-project-lite]
version = "0.1"
[dev-dependencies.futures-lite]
version = "1.8"

[package]
authors = ["Matthieu Le brazidec (r3v2d0g) <r3v2d0g@jesus.gg>"]
categories = ["asynchronous", "concurrency"]
description = "A way to poll a future until it or a timer completes."
documentation = "https://docs.rs/smol-timeout"
edition = "2018"
homepage = "https://github.com/r3v2d0g/smol-timeout"
keywords = ["async", "await", "future", "futures"]
license = "MPL-2.0"
name = "smol-timeout"
readme = "README.md"
repository = "https://github.com/r3v2d0g/smol-timeout"
version = "0.6.0"