docs: delete interface (#10265)

This commit is contained in:
Starkey
2024-08-12 21:12:10 +06:30
committed by GitHub
parent 330f73b7ec
commit af85c133d1

View File

@ -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