Docs.rs
  • failsafe-1.3.0
    • failsafe 1.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dmexe
    • Dependencies
      • futures-core ^0.3 normal optional
      • parking_lot ^0.12 normal
      • pin-project ^1.0 normal optional
      • rand ^0.8 normal
      • criterion ^0.3.6 dev
      • futures ^0.3 dev
      • rand_xorshift ^0.3 dev
      • tokio ^1.20 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

failsafe1.3.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Any
  • Config
  • StateMachine
  • WindowedAdder
  • backoff::EqualJittered
  • backoff::Exponential
  • backoff::FullJittered
  • backoff::ThreadLocalGenRange
  • backoff::ThreadRng
  • failure_policy::ConsecutiveFailures
  • failure_policy::OrElse
  • failure_policy::SuccessRateOverTimeWindow
  • futures::ResponseFuture
  • futures::stream::BreakerStream

Enums

  • Error

Traits

  • CircuitBreaker
  • FailurePredicate
  • Instrument
  • backoff::GenRange
  • failure_policy::FailurePolicy
  • futures::CircuitBreaker

Functions

  • backoff::constant
  • backoff::equal_jittered
  • backoff::exponential
  • backoff::full_jittered
  • failure_policy::consecutive_failures
  • failure_policy::success_rate_over_time_window

Type Aliases

  • backoff::Backoff
  • backoff::Constant