用于写入 stderr 的实用宏
由 Aaron Power 提供
使用旧的 Rust 2015
#31 in #stderr
每月 35 次下载在 2 crates 中使用
3KB
为写入 stderr 提供两个便捷宏。
stderr
err!("Error ") let error_code = 5; errln!("CODE: {}", 5);