fastmetrics 0.7.1

OpenMetrics / Prometheus client library in Rust.
Documentation
1
2
3
4
5
6
//! Internal module tree for shared metric implementations.
//!
//! This is a private implementation detail and must not be considered stable API.

pub(crate) mod histogram;
pub(crate) mod lazy;