mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
docs: document crate features (#3269)
This commit is contained in:
@ -6,6 +6,11 @@
|
||||
))]
|
||||
|
||||
//! Collection of metrics utilities.
|
||||
//!
|
||||
//! ## Feature Flags
|
||||
//!
|
||||
//! - `common`: Common metrics utilities, such as wrappers around tokio senders and receivers. Pulls
|
||||
//! in `tokio`.
|
||||
|
||||
/// Metrics derive macro.
|
||||
pub use reth_metrics_derive::Metrics;
|
||||
|
||||
Reference in New Issue
Block a user