dotenv-rs / dotenv

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

Add multiline support (using a state-machine) #78

Closed hoijui closed 2 years ago

hoijui commented 2 years ago

A small improvement over PR https://github.com/dotenv-rs/dotenv/pull/63, as suggested in a comment there.

Fixes issue https://github.com/dotenv-rs/dotenv/issues/40

hoijui commented 2 years ago

superseded by https://github.com/allan2/dotenvy/pull/3