Skip to main content

print_args

Function print_args 

Source
pub fn print_args(args: Arguments<'_>)
Expand description

Prints formatted arguments in a real-time safe way, without a trailing newline.

This is what rt_print! expands to; call it directly with format_args! if a macro is inconvenient.

Messages longer than MESSAGE_CAPACITY bytes are truncated on a char boundary and end with ....