rust-tokio-retry-devel-0.3.0-1.fc40 in Fedora 40
↵ Return to the main page of rust-tokio-retry-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Changelog
Date |
Author |
Change |
2024-07-05 |
Davide Cavalca <dcavalca at fedoraproject dot org> - 0.3.0-1 |
- Initial import; Fixes: RHBZ#2283596 |
Provides
- crate(tokio-retry)
- rust-tokio-retry-devel
Files
- usr/
- share/
- cargo/
- registry/
- tokio-retry-0.3.0/
- .cargo-checksum.json
- Cargo.toml
- LICENSE
- README.md
- src/
- action.rs
- condition.rs
- future.rs
- lib.rs
- strategy/
- exponential_backoff.rs
- fibonacci_backoff.rs
- fixed_interval.rs
- jitter.rs
- mod.rs
- tests/