| Crates.io | stdmacros |
| lib.rs | stdmacros |
| version | 0.1.1 |
| created_at | 2017-05-09 15:58:54.696079+00 |
| updated_at | 2017-05-09 16:04:05.504495+00 |
| description | Simple STDOUT and STDERR utility macros. |
| homepage | |
| repository | https://github.com/legolord208/stdmacros |
| max_upload_size | |
| id | 13892 |
| size | 2,439 |
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.
#[macro_use]
extern crate stdmacros