Crates.io | rubenvy |
lib.rs | rubenvy |
version | 0.1.1 |
source | src |
created_at | 2024-08-06 20:36:12.368656 |
updated_at | 2024-08-06 20:55:50.983347 |
description | Support for Ruby-style dotenv loading priorities utilizing dotenvy. |
homepage | |
repository | https://github.com/swlody/rubenvy |
max_upload_size | |
id | 1327696 |
size | 3,960 |
Support for Ruby-style dotenv loading priorities utilizing dotenvy.
// Load environment variables with the following priority:
// 1. `.env.development.local`
// 2. `.env.local`
// 3. `.env.development`
// 4. `.env`
rubenvy::rubenvy(Environment::Development).unwrap();