//! Prometheus metrics collection and exposition.
//!
//! This module provides middleware for collecting HTTP request metrics
//! and a handler for exposing them in Prometheus format.
pub use MetricsCollector;
pub use ;
pub use metrics_handler;
pub use build_metrics_layer;