fkget 0.2.0

A simple file downloader written in Rust
Documentation
1
2
3
4
5
//! A simple library for downloading files using reqwest.

pub use crate::main::download_file;

mod main;