Crate zolt_macros

source ·

Re-exports

Macros

  • Print a message suitable for debug information. It takes the same arguments as eprint!.
  • Format a message suitable for debug information. It takes the same arguments as format!.
  • Print a message suitable for debug information, with a newline at the end. It takes the same arguments as eprintln!.
  • Print a message suitable for error information. It takes the same arguments as eprint!.
  • Format a message suitable for error information. It takes the same arguments as format!.
  • Print a message suitable for error information, with a newline at the end. It takes the same arguments as eprintln!.
  • Print a message suitable for general information. It takes the same arguments as print!.
  • Format a message suitable for general information. It takes the same arguments as format!.
  • Print a message suitable for general information, with a newline at the end. It takes the same arguments as println!.
  • Print a message suitable for warning information. It takes the same arguments as eprint!.
  • Format a message suitable for warning information. It takes the same arguments as format!.
  • Print a message suitable for warning information, with a newline at the end. It takes the same arguments as eprintln!.