Crates.io | stdmacros |
lib.rs | stdmacros |
version | 0.1.1 |
source | src |
created_at | 2017-05-09 15:58:54.696079 |
updated_at | 2017-05-09 16:04:05.504495 |
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