We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Version tokio v1.21.1
The documentation for write_i8 in io/util/async_write_ext.rs states
write_i8
io/util/async_write_ext.rs
/// Writes an unsigned 8-bit integer to the underlying writer.
This seems to be a copy-paste error from write_u8. The code example also uses write_u8 instead of write_i8.
write_u8