rusty-cat 0.2.0

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub enum Direction {
    /// Uploads local file data to remote service.
    Upload,
    /// Downloads remote file data to local storage.
    Download,
}