A couple of utilities that I have ended up wanting in various projects,
around std::io::Read
streams.
Eof
has an eof()? -> bool
to check if the stream is at the end.Pos
has an position() -> u64
to find out where you are in a stream.Don't care. It's listed as MIT
but do tell me if that's inconvenient.