pulith-fetch 0.2.0

HTTP downloading with streaming verification and atomic placement
Documentation
1
2
3
4
5
6
7
pub mod fetch_options;
pub mod sources;

pub use fetch_options::{
    FetchOptions, FetchPhase, RetryDelayFuture, RetryDelayProvider, RetryPolicy,
};
pub use sources::{DownloadSource, MultiSourceOptions, SourceSelectionStrategy, SourceType};