allan2 / dotenvy

A well-maintained fork of the dotenv crate
MIT License
708 stars 45 forks source link

Document differences across dotenv implementations #19

Open allan2 opened 2 years ago

allan2 commented 2 years ago

Ruby, JS, and Rust all have differences in their implementations.

This should be documented.

Relevant #11

aidenfarley commented 6 months ago

@allan2 would your comment on #11 be detailed enough to consider as a "preliminary" document for the differences across implementations?

If not, what are you looking for when it comes to this?

I would be more than happy to write this up, and any resources you may have pointing to the current behavior of other applications would be much appreciated.

allan2 commented 2 weeks ago

I am looking to clearly define the scope and behaviour of this crate. It would be helpful if I had more information on how these features are implemented in other Rust crates (dotenv crate) and other languages:

82 related