env-searcher 0.1.0

A simple crate for when you want to search for an environmental variable from either an .env file or the environment
Documentation
  • Coverage
  • 50%
    2 out of 4 items documented1 out of 2 items with examples
  • Size
  • Source code size: 3.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 313.6 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Eisverygoodletter/env-searcher
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Eisverygoodletter

crate env-searcher

An extremely simple crate that searches for an environmental variable with the specified key. If there is no such environmental variable, get it from a .env file.

Currently, this crate lacks many features and is not recommended for use