2 stable releases
1.0.1 | Oct 1, 2020 |
---|---|
1.0.0 | Aug 13, 2020 |
#806 in Procedural macros
65 downloads per month
5KB
cargo-toml-macros
Very clap inspired macros.
With one line of code, you get access to six fun and exciting macros!
use cargo_toml_macros::*;
crate_version!();
crate_authors!();
crate_name!();
crate_description!();
crate_homepage!();
crate_repository!();
Take a peak at lib.rs
and see how much time you'll save using this crate! Joking aside, all this
crate does is call the std::env
with the right variable name for each macro.