rust-dl 0.0.0

A tool that lets you easily download items from the internet in code.
Documentation
1
2
3
4
5
use rust_alert::alert;

/// A custom error type used to convert error types from various crates.
#[alert(errors = [reqwest::Error, std::io::Error])]
pub struct DownloaderError {}