Get the latest tech news
Zdotenv – Dotenv Loader for Zig
Zdotenv - A port of Godotenv for Zig. Contribute to BitlyTwiser/zdotenv development by creating an account on GitHub.
Zdotenv is a simple .env parser and a port of godotenv and ruby dotenv, but with a smidge more simplicity. Zig (at the time of this writing) does not have a solid way of directly adjusting the env variables. import below using zig zon, load the .env, and access the variables as needed using std.process.EnvMap :)
Or read this on Hacker News