Module utils

Source
Expand description

utilities for rama

Modules§

backoff
This module contains generic backoff utilities to be used with the retry and limit layers.
include_dir
An extension to the include_str!() and include_bytes!() macro for embedding an entire directory tree into your binary.
info
Info constants about the rama crate.
latency
latency utilities and common types
octets
rng
PRNG utilities for middleware.
str
string utilities
tower
Tower support for Rama.

Macros§

__rama_from_into_traits
Rama alternative for From,Into,TryFrom to workaround the orphan rule