rust/library/std/src/io
bors 9fe551ae49 Auto merge of #74366 - t-rapp:tr-bufreader-pos, r=LukasKalbertodt
Implement Seek::stream_position() for BufReader

Optimization over `BufReader::seek()` for getting the current position without flushing the internal buffer.

Related to #31100. Based on the code in #70577.
2020-09-07 11:09:41 +00:00
..
buffered Implement Seek::stream_position() for BufReader 2020-09-07 09:26:48 +02:00
cursor std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
error std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
util std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
buffered.rs Implement Seek::stream_position() for BufReader 2020-09-07 09:26:48 +02:00
cursor.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
error.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
impls.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
lazy.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
prelude.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stdio.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
util.rs Read: adjust a FIXME reference 2020-09-02 12:34:15 +02:00