Cargo Features
[dependencies]
retry-if = { version = "0.2.3", default-features = false, features = ["full", "tracing", "serde"] }
- default = tracing
-
The
tracing
feature is set by default wheneverretry-if
is added without
somewhere in the dependency tree.default-features = false - full = serde, tracing
- tracing default full?
-
Enables tracing of retry-if-macro
- serde full?
-
Enables serde
Retry-If has 4 features without comments.