Cargo Features
[dependencies]
retry-policy = { version = "0.2.1", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverretry-policy
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of retry-backoff and retry-predicate
- alloc std
-
Enables alloc of retry-backoff and retry-predicate
Affects
policies::google_cloud_workflows
…
Features from optional dependencies
policies