Crates.io | iowrap |
lib.rs | iowrap |
version | 0.2.1 |
source | src |
created_at | 2017-11-15 15:02:47.841881 |
updated_at | 2022-09-19 16:08:32.931081 |
description | Small helpers for using io::Read/io::Write |
homepage | |
repository | https://github.com/FauxFaux/iowrap-rs |
max_upload_size | |
id | 39442 |
size | 27,423 |
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.ReadMany
adds a read_many
to Read
, like read_exact
but with defined EoF behaviourIgnore
implements Read
and Write
and Seek
and.. and does nothing.ShortRead
is an intentionally, controllably naughty Read
for testing.Please read the iowrap documentation on docs.rs.
MIT or Apache 2.0
.