You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-03 05:27:04 +02:00
- write() attempts to write the entire buffer does not guarantee this. Not writing all bytes is not considered an error. It just returns the number of bytes. - write_all() ensures that everything is written or throws an error