pulith-fetch 0.2.0

HTTP downloading with streaming verification and atomic placement
Documentation
1
2
3
4
5
pub mod file_cache;
pub mod http_cache;

pub use file_cache::{Cache, CacheConfig, CacheEntry, CacheStats};
pub use http_cache::{CacheControl, CacheError, HttpCache};