Skip to main content

Module utils

Module utils 

Source
Expand description

utilities for rama

Modules§

backoffstd
This module contains generic backoff utilities to be used with the retry and limit layers.
byte_set
const builders for [bool; 256] byte-set lookup tables.
bytes
byte-slice utilities
collections
Collections such as NonEmptyVec and NonEmptySmallVec provided by rama, mostly for internal usage, but available for others to use as well.
fsstd
Filesystem helpers shared by Rama crates.
hex
Small ASCII-hex utilities for single-byte parse/format.
include_dirstd
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
reactivestd
A lock-free-read value paired with a race-free change signal.
rng
PRNG utilities for middleware.
str
string utilities
thirdparty
Thirdparty utilities.
timestd
Time utilities providing a high-performance, cached wall clock.
towertower
Tower support for Rama.