[github](https://github.com/raycar5/better-macro) [crates.io](https://crates.io/crates/better-macro) [docs.rs](https://docs.rs/better-macro) # Better Macro This crate provides better versions of common macros like println. ## Usage 1. Add `better-macro` to your Cargo.toml: ```toml [dependencies] better-macro="1.0" ``` 2. Call the macro from your code ```rust better_macro::println!("Hello world!"); ``` ## I really hope you enjoy this very awesome and useful crate. ![crab](https://github.com/raycar5/better-macro/raw/master/crab_rave.gif)