soar-dl 0.12.1

Downloader for soar package manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod download;
pub mod error;
pub mod filter;
pub mod github;
pub mod gitlab;
pub mod http;
pub mod http_client;
pub mod oci;
pub mod platform;
pub mod release;
pub mod traits;
pub mod types;
pub mod utils;
pub mod xattr;
pub mod zsync;