#![doc(
html_favicon_url = "https://raw.githubusercontent.com/plabayo/rama/main/docs/img/old_logo.png"
)]
#![doc(html_logo_url = "https://raw.githubusercontent.com/plabayo/rama/main/docs/img/old_logo.png")]
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]
#![cfg_attr(test, allow(clippy::float_cmp))]
#![cfg_attr(not(test), warn(clippy::print_stdout, clippy::dbg_macro))]
#[doc(hidden)]
#[macro_use]
pub mod macros;
pub mod backoff;
pub mod future;
pub mod info;
pub mod latency;
pub mod rng;
pub mod str;
#[doc(hidden)]
pub mod test_helpers;