rusty-cat 0.1.1

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
5
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub enum Direction {
    Upload,
    Download,
}