Crate stayalive [] [src]

stayalive

crates.io docs.rs downloads Build Status license-mit license-apache

A collection of resilience patterns.

Still in a very early phase

Usage

Get the latest version for your Cargo.toml from crates.io.

Add this crate root:

extern crate stayalive;

Modules

bulkheads

Bulkheads for protecting resources and downstream services

circuitbreakers