I took the HTTP Range header and wrapped an impl of Rust’s Read+Seek around it
which means I can “open” a URL as if it’s a file, and do random-access partial reads
so now I can do things like “hey open the zipfile at this URL and list the contents, don’t bother downloading the whole thing, just pull out the file tables” and it Just Works
