Forum | Documentation | Website | Blog

Skip to content

bb-downloader: Use reqwest::IntoUrl generic

Ayush Singh requested to merge downloader-cleanup into main
  • More flexible than using Url type directly.
  • Also remove custom error type. Better to use std::io::Error

Signed-off-by: Ayush Singh [email protected]

Merge request reports