dotenv-rs / dotenv

Library to help supply environment variables in testing and development
MIT License
557 stars 88 forks source link

Nicer parse error messages in dotenv! macro #9

Open ZoeyR opened 5 years ago

ZoeyR commented 5 years ago

The dotenv! macro should have more using friendly error messages. In particular it should indicate where the parsing error was in the .env file.