1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2016年11月28日

#31 in #stderr

每月 35 次下载
2 crates 中使用

MIT/Apache

3KB

errln

为写入 stderr 提供两个便捷宏。

示例用法

err!("Error ")
let error_code = 5;
errln!("CODE: {}", 5);

无运行时依赖