ninelives 0.2.0

Resilience primitives for async Rust: retry, circuit breaker, bulkhead, timeout, and composable stacks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Enforce LF endings for source and text files
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.rs.in text eol=lf
Cargo.lock text eol=lf
.gitignore text eol=lf
*.sh text eol=lf
*.json text eol=lf