Conrad Ludgate
|
803083a9d9
|
attempt to optimise vectored write
|
2022-06-26 17:15:31 +01:00 |
|
Josh Stone
|
a04d553e88
|
impl Write for Cursor<[u8; N]>
|
2022-01-19 15:57:40 -08:00 |
|
Josh Stone
|
4038ca0965
|
Refactor tests of Write for Cursor<_>
|
2022-01-19 15:55:29 -08:00 |
|
Benoît du Garreau
|
ae059b532f
|
Make some std::io functions const
Includes:
- io::Cursor::new
- io::Cursor::get_ref
- io::Cursor::position
- io::empty
- io::repeat
- io::sink
|
2020-11-06 17:48:26 +01:00 |
|
Lzu Tao
|
a4e926daee
|
std: move "mod tests/benches" to separate files
Also doing fmt inplace as requested.
|
2020-08-31 02:56:59 +00:00 |
|