tokio-retry2 0.5.6

Extensible, asynchronous retry behaviours for futures/tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test:
	cargo test --all-features

typos:
	typos

clippy:
	cargo clippy --all-features -- -W clippy::all -W clippy::nursery -D warnings

fmt:
	cargo fmt --all

lint: typos fmt clippy

all: typos fmt clippy test

pedantic:
	cargo clippy --all-features -- -W clippy::pedantic -D warnings