keen-retry 0.2.0

A simple -- yet powerful -- zero-cost-abstractions & zero-copy lib for error handling & recovery
Documentation
1
2
3
4
5
6
7
8
mod retry_result;
pub use retry_result::*;

mod retry_consumer_result;
pub use retry_consumer_result::*;

mod retry_producer_result;
pub use retry_producer_result::*;