Crates.io | env-searcher |
lib.rs | env-searcher |
version | 0.1.0 |
source | src |
created_at | 2022-03-21 12:11:18.460309 |
updated_at | 2022-03-21 12:11:18.460309 |
description | A simple crate for when you want to search for an environmental variable from either an .env file or the environment |
homepage | |
repository | https://github.com/Eisverygoodletter/env-searcher/ |
max_upload_size | |
id | 554064 |
size | 3,479 |
env-searcher
An extremely simple crate that searches for an environmental variable with the specified key. If there is no such environmental variable, get it from a .env
file.
Currently, this crate lacks many features and is not recommended for use