Structs

ReaderStream is used to convert a futures::io::AsyncRead into a futures::Stream.

If we already know a file’s total size, we can implement Seek for it.