1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) Gabriel Amihalachioaie, SimpleG 2024.
 */

pub mod downloader;
pub mod extractor;
pub mod getter;
pub mod http_downloader;
pub mod zip_extractor;
pub mod file_getter;