Closed mrodz closed 4 months ago
Environment variables do not exist at runtime. The fix is trivial:
std::env::var
std::option_env!
Environment variables do not exist at runtime. The fix is trivial:
std::env::var
withstd::option_env!