eygem

Total Owned Packages
2

Total Downloads
40

  • env_loader0.1.0

    21 Downloads

    A lightweight, dependency-free Elixir library for loading .env files into the system environment. Built for simplicity and robustness, it handles edge cases like comments, quoted values, EXPORT directives, empty keys, and inline comments with fewer than 60 lines of code.

  • tiny_aes0.1.0

    19 Downloads

    A lightweight, dependency-free Elixir wrapper for AES-256-GCM encryption and decryption with AAD support, robust error handling and simple API. The encryption key is securely retrieved from the ENCRYPTION_KEY environment variable.