is-dev

Crates.iois-dev
lib.rsis-dev
version0.1.0
sourcesrc
created_at2018-04-17 12:35:47.346724
updated_at2018-04-17 12:35:47.346724
descriptionA simple macro to determine if an environment is a "development" environment. Built because some of us (me) are lazy and don't feel like copy-pasting the same check for development environments over and over again. :heart: Ex: ``` #[macro_use] extern crate is_dev; fn test_is_dev() { let e: bool = is_dev!("ENV", "development"); assert!(e); } ```
homepagehttps://github.com/quinnjr/is-dev-rs
repository
max_upload_size
id61070
size4,634
Joseph Quinn (quinnjr)

documentation

README

Commit count: 0

cargo fmt