mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: fix Common metrics types path (#10224)
This commit is contained in:
@ -148,7 +148,7 @@ Small utility crates.
|
||||
|
||||
- [`interfaces`](../../crates/interfaces): Traits containing common abstractions across the components used in the system. For ease of unit testing, each crate importing the interface is recommended to create mock/in-memory implementations of each trait.
|
||||
- [`tasks`](../../crates/tasks): An executor-agnostic task abstraction, used to spawn tasks on different async executors. Supports blocking tasks and handles panics gracefully. A tokio implementation is provided by default.
|
||||
- [`metrics/common`](../../crates/metrics/common): Common metrics types (e.g. metered channels)
|
||||
- [`metrics/common`](../../crates/metrics/src/common): Common metrics types (e.g. metered channels)
|
||||
- [`metrics/metrics-derive`](../../crates/metrics/metrics-derive): A derive-style API for creating metrics
|
||||
- [`tracing`](../../crates/tracing): A small utility crate to install a uniform [`tracing`][tracing] subscriber
|
||||
|
||||
|
||||
Reference in New Issue
Block a user