Module axhal::console

source ·
Expand description

Console input and output.

Functions§

  • Reads a byte from the console, or returns None if no input is available.
  • Writes a byte to the console.
  • Write a slice of bytes to the console.