Expand description

A URL-get backend based on the reqwest crate.

Structs

  • URL-get backend implemented using the reqwest crate.
  • A simple way to read chunks out of a big seekable byte stream. You could implement this for io::File pretty trivially but that’s not currently needed.