// Copyright (c) 2021 Ethan Lerner, Caleb Cushing, and the Brix contributors
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
//! Macros relating to printing to the console.
use *;
/// Macro very similar to `eprintln!` in the standard library, just prints in red.