cachey 0.10.10

Read-through cache for object storage
Documentation
1
2
3
4
5
6
7
mod config;
mod downloader;
mod stats;

pub use config::RequestConfig;
pub use downloader::{DownloadError, DownloadOutput, Downloader, ObjectPiece};
pub use stats::BucketMetrics;