icodezjb d50d6b302a use write_all instead of write (#488)
io::Write::write is not guaranteed to process the entire buffer. it return how many bytes were processed, which might be smaller than a given buffer’s length. use write_all instead.
2018-08-03 12:25:21 +02:00
S
Description
No description provided
529 MiB
Languages
Rust 99.8%
Shell 0.2%