mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: delete interface (#10265)
This commit is contained in:
@ -146,7 +146,6 @@ These crates define primitive types or algorithms.
|
||||
|
||||
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/src/common): Common metrics types (e.g. metered channels)
|
||||
- [`metrics/metrics-derive`](../../crates/metrics/metrics-derive): A derive-style API for creating metrics
|
||||
|
||||
Reference in New Issue
Block a user