docs: document crate features (#3269)

This commit is contained in:
Bjerg
2023-06-21 21:35:38 +02:00
committed by GitHub
parent 7042230102
commit 77167134d0
25 changed files with 110 additions and 14 deletions

View File

@ -7,6 +7,10 @@
#![allow(clippy::result_large_err)]
//! Implements the downloader algorithms.
//!
//! ## Feature Flags
//!
//! - `test-utils`: Export utilities for testing
/// The collection of algorithms for downloading block bodies.
pub mod bodies;