RKTK API Docs RKTK Home Repo

Macro print_str

Source
macro_rules! print_str {
    ($str:tt) => { ... };
}
Expand description

Print to the display without formatting.

For string that does not require formatting, this macro is more efficient than print!.