soar_dl/
lib.rs

1pub mod downloader;
2pub mod error;
3pub mod github;
4pub mod gitlab;
5pub mod oci;
6pub mod platform;
7pub mod utils;