rusty-cat 0.1.1

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, Copy)]
pub struct ChunkOutcome {
    pub next_offset: u64,
    pub total_size: u64,
    pub done: bool,
}