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;