We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b2fbd commit bcd500aCopy full SHA for bcd500a
.travis.yml
@@ -0,0 +1,9 @@
1
+language: "rust"
2
+rust:
3
+ - "stable"
4
+ - "beta"
5
+matrix:
6
+ allow_failures:
7
+ - rust: "beta"
8
+notifications:
9
+ email: false
README.md
@@ -1,5 +1,7 @@
# retry
+[](https://travis-ci.org/jimmycuadra/retry)
+
Crate **retry** provides utilities for retrying operations that can fail.
## Documentation
0 commit comments