Expand description
Implements the downloader algorithms.
§Feature Flags
test-utils
: Export utilities for testingfile-client
: Enables the file-based clients for reading blocks and receipts from files.
Re-exports§
pub use file_client::DecodedFileChunk;
file-client
pub use file_client::FileClientError;
file-client
Modules§
- bodies
- The collection of algorithms for downloading block bodies.
- file_
client file-client
- Module managing file-based data retrieval and buffering.
- file_
codec file-client
- Module with a codec for reading and encoding block bodies in files.
- headers
- The collection of algorithms for downloading block headers.
- metrics
- Common downloader metrics.
- receipt_
file_ client file-client
- Module managing file-based data retrieval and buffering of receipts.
- test_
utils test-utils
- Test helper impls.