Module bdrck::io

source · []
Expand description

io provides additional small utilities on top of std::io.

Functions

A convenience wrapper around read_at_most_into, which allocates its own buffer.

Reads from the givne Read until the buffer is filled. If EOF is reached first, this is fine. If we hit EOF exactly when the buffer is filled, that’s also fine.