rusty-cat 0.1.1

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
5
6
/// [`crate::transfer_executor_trait::TransferTrait::prepare`] 的返回值:下一字节偏移与(若已知)资源总大小。
#[derive(Debug, Clone, Copy)]
pub struct PrepareOutcome {
    pub next_offset: u64,
    pub total_size: u64,
}