mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() Refactor io/buffered.rs into submodules This pull request splits `BufWriter`, `BufReader`, `LineWriter`, and `LineWriterShim` (along with their associated tests) into separate submodules. It contains no functional changes. This change is being made in anticipation of adding another type of buffered writer which can be switched between line- and block-buffering mode. Part of a series of pull requests resolving #60673. |
||
---|---|---|
.. | ||
buffered | ||
cursor | ||
error | ||
impls | ||
stdio | ||
util | ||
cursor.rs | ||
error.rs | ||
impls.rs | ||
mod.rs | ||
prelude.rs | ||
stdio.rs | ||
tests.rs | ||
util.rs |