reliakit-timeout 0.1.2

Clock-agnostic deadlines and timeouts for retries and resilience. no_std and zero-dependency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "reliakit-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32001c0d79d888bcc7f8e5edea6cca4248df61647c2c7cddc5e0446812e7cfdb"

[[package]]
name = "reliakit-timeout"
version = "0.1.2"
dependencies = [
 "reliakit-core",
]