stdmacros is a simple Rust library that gives you helper macros for STDOUT and STDERR, similarly to `print`.
**Pros:**
* *
**Cons:**
*
Assuming you know how to actually install the crate,
import it, but you must also specify `#[macro_use]`.
e.g.
```
extern crate stdmacros
```