1 2 3 4 5
//! A simple library for downloading files using reqwest. pub use crate::main::download_file; mod main;