Docs.rs
  • file-downloader-0.2.0
    • file-downloader 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • klebs6
    • Dependencies
      • async-trait ^0.1.83 normal
      • error-tree ^0.6.0 normal
      • export-magic ^0.3.6 normal
      • futures-util ^0.3 normal
      • md5 ^0.7.0 normal
      • reqwest ^0.12 normal
      • tokio ^1.42.0 normal
      • tracing ^0.1.41 normal
      • httpmock ^0.7.0 dev
      • tempfile ^3.14.0 dev
      • tracing-setup ^1.0.2 dev
    • Versions
    • 20.69% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

file_downloader0.2.0

Crate Items

  • Enums
  • Traits
  • Functions

List of all items

Enums

  • DownloadError
  • Md5ChecksumVerificationError

Traits

  • DownloadLink
  • FileDownloader
  • Md5DownloadLink

Functions

  • base_filename_without_extension
  • compute_md5
  • download_file
  • download_file_with_md5
  • extract_md5_from_filename
  • fetch_md5_for_link
  • filename
  • filename_with_md5
  • find_file_locally_or_download_into
  • find_local_file
  • get_extension_intelligent
  • try_use_local_file
  • verify_md5_checksum