dotenv-rs / dotenv

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

Generate helpful errors from dotenv! macro #58

Open Plecra opened 4 years ago

Plecra commented 4 years ago

I accidentally deleted the repo for #53, so I had to recreate this PR. It uses the compile_error macro to create spanned errors in case the macro fails, providing better UX.

Closes #9

hoijui commented 2 years ago

This is included in the new repo: https://github.com/allan2/dotenvy