globenv 0.1.0

Globally set & read environment variables and paths on Windows, macOS or Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[lib]
name = "globenv"
path = "src/lib.rs"

[package]
authors = ["Dervex"]
categories = ["config", "os"]
description = "Globally set & read environment variables and paths on Windows, macOS or Linux"
edition = "2021"
keywords = ["environment", "variable", "global", "env", "var"]
license = "Apache-2.0"
name = "globenv"
readme = "README.md"
repository = "https://github.com/DervexHero/globenv"
version = "0.1.0"
[target."cfg(windows)".dependencies.winreg]
version = "0.51.0"