Module libc_print::std_name

source ·
Expand description

This package contains the libc_print macros, but using the stdlib names such as println!, print!, etc.

Macros§

  • Prints and returns the value of a given expression for quick and dirty debugging.
  • Macro for printing to the standard error.
  • Macro for printing to the standard error, with a newline.
  • Macro for printing to the standard output.
  • Macro for printing to the standard output, with a newline.