//! The purpose of this module is to alleviate the need to import many of the [`crate`] types.
//!
//! ```
//! # #![allow(unused_imports)]
//! use rexecutor::prelude::*;
//! ```
pub use crate BackoffStrategy;
pub use crate Jitter;
pub use crate Strategy;
pub use crate;
pub use crate Where;
pub use crate;
pub use crate;
pub use crate Pruner;
pub use crate PrunerConfig;
pub use crate Rexecutor;