Module console

Source
Expand description

Console input and output.

Statics§

CONSOLE_LOCK
Lock for console operations to prevent mixed output from concurrent execution

Traits§

ConsoleIf
Console input and output interface.

Functions§

read_bytes
Reads bytes from the console into the given mutable slice.
write_bytes
Writes given bytes to the console.