rust-env 0.2.0

A package to make managing env in rust a lot easier with a decent experience.
Documentation
  • Coverage
  • 45.45%
    20 out of 44 items documented18 out of 35 items with examples
  • Size
  • Source code size: 26.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 548.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tm-ahad

rust-env is a lightweight environment configuration library for Rust.

It provides:

  • .env file parsing
  • key-value storage
  • vector (list) values
  • runtime OS environment access
  • ability to modify and write environment files