Showcase
json_env⌗
json_env is dotenv, but with JSON.
It loads environment variables from JSON files (.env.json
per default) and starts a subprocess with them.
Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology.
It is also my first Rust project.