[][src]Module tectonic_geturl::reqwest

A URL-get backend based on the reqwest crate.

Structs

ReqwestBackend

URL-get backend implemented using the reqwest crate.

ReqwestRangeReader

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.