2个版本
0.1.1 | 2024年8月6日 |
---|---|
0.1.0 | 2024年8月6日 |
405 在 配置
212 每月下载量
4KB
53 行
支持使用Ruby风格的dotenv加载优先级,利用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();
依赖
~48KB