allan2 / dotenvy

A well-maintained fork of the dotenv crate
MIT License
688 stars 43 forks source link

Ergonomic API renaming #101

Closed allan2 closed 1 month ago

allan2 commented 5 months ago

The primary function dotenv could be more ergonomic if renamed to load. This follows the convention set by dotenv libraries in other languages.

There is already discussion in #39. This issue is the tracker for all things related to renaming.

PR #94 related