fregate 0.17.1

Framework for services creation
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! This is a collection of useful functions and structs to be used with [`::metrics`] and [`::tracing`] crates.
mod headers_filter;
mod metrics;
mod tracing;

#[doc(inline)]
pub use self::headers_filter::*;
#[doc(inline)]
pub use self::metrics::*;
#[doc(inline)]
pub use self::tracing::*;