faucet-source-rest 0.2.0

REST API source connector for the faucet-stream ecosystem
Documentation
1
2
3
4
5
//! Retry logic with exponential backoff.

pub mod backoff;

pub use backoff::execute_with_retry;