Module console

Source
Expand description

Console input and output.

Functionsยง

read_bytes
Reads bytes from the console into the given mutable slice. Returns the number of bytes read.
write_bytes
Write a slice of bytes to the console.