[go: up one dir, main page]

Module std_name

Module std_name 

Source
Expand description

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

Macrosยง

dbg
Prints and returns the value of a given expression for quick and dirty debugging.
eprint
Macro for printing to the standard error.
eprintln
Macro for printing to the standard error, with a newline.
print
Macro for printing to the standard output.
println
Macro for printing to the standard output, with a newline.