iowrap
A couple of utilities that I have ended up wanting in various projects,
around std::io::Read streams.
Eofhas aneof()? -> boolto check if the stream is at the end.Poshas anposition() -> u64to find out where you are in a stream.
License
Don't care. It's listed as MIT but do tell me if that's inconvenient.