[][src]Module ruspiro_console::macros

Convinient output macros to print formatted strings to the configured channel of the console

Provide the print!() and println!() macro's as used in the libstd crate which is not available here as we do need formatting on the parameter and formatting requires memory allocation the use of this functions is only possible if a global allocator is implemented.
You may use the ruspiro-allocator crate.