Crates.io | env_vars_explorer |
lib.rs | env_vars_explorer |
version | 0.1.0 |
source | src |
created_at | 2023-06-13 03:30:20.618559 |
updated_at | 2023-06-13 03:30:20.618559 |
description | Enumerates and prints environment variables available at compile-time |
homepage | |
repository | https://github.com/sam0x17/env_vars_explorer |
max_upload_size | |
id | 888632 |
size | 2,302 |
This crate provides a simple macro that can be used to explore what environment variables are available at compile-time in your rust project.
Simply run env_vars_explorer::explore!
anywhere and all environment variables will be printed
from the proc macro. This is useful to discover what environment variables are available at
compile-time v.s. at runtime.
env_vars_explorer::explore!();