inspect-timeout 0.1.1

A future combinator that applies a timeout with a custom callback when the timeout elapses
Documentation
[dependencies.pin-project]
version = "1.1.5"

[dependencies.tokio]
features = ["time"]
version = "1.40.0"

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

[package]
authors = ["Bells307"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A future combinator that applies a timeout with a custom callback when the timeout elapses"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "inspect-timeout"
readme = false
repository = "https://github.com/bells307/inspect-timeout"
version = "0.1.1"