Skip to content

Conversation

@dvdhrm
Copy link
Member

@dvdhrm dvdhrm commented Jan 9, 2026

Add a version of std::io::{Read,Write} but specifically for memory mapped access, and streaming access.

Unlike their counterparts, these versions are meant to operate on offline data. Rather than using async, they operate on buffers and propagate control-flow up to the caller whenever more data is required.

Add a version of `std::io::{Read,Write}` but specifically for memory
mapped access, and streaming access.

Unlike their counterparts, these versions are meant to operate on
offline data. Rather than using `async`, they operate on buffers and
propagate control-flow up to the caller whenever more data is required.

Signed-off-by: David Rheinsberg <david@readahead.eu>
@dvdhrm dvdhrm merged commit 9184965 into bus1:main Jan 9, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant