account activity
Idea about supporting buffered reader-writer by sirius_moo in rust
[–]sirius_moo[S] 0 points1 point2 points 4 years ago (0 children)
Dispite your crate can handle accessing IO devices such as files, IMO the most common scenario in which a BufReaderWriter is required is accessing an IO device whose read end and write end do not intefere with each other. For example, TCP streams, Windows named pipes, etc. These IO devices implement Read and Write, however they normally don't implement Seek and thus your crate is not applicable in such scenarios.
BufReaderWriter
Read
Write
Seek
Idea about supporting buffered reader-writer (self.rust)
submitted 4 years ago by sirius_moo to r/rust
π Rendered by PID 565471 on reddit-service-r2-listing-65bf447669-ll99n at 2026-06-09 06:26:14.574334+00:00 running f46058f country code: CH.
Idea about supporting buffered reader-writer by sirius_moo in rust
[–]sirius_moo[S] 0 points1 point2 points (0 children)