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!()
andinclude_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