env-substitute 0.1.0

A rust crate that takes a PathBuf and does environment variable substitution on it, returning the result.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["Jeff Wright <jeff@teamjk.page>"]
categories = ["filesystem"]
description = "A rust crate that takes a PathBuf and does environment variable substitution on it, returning the result."
edition = "2018"
keywords = ["environment", "path", "substitution", "variable"]
license = "GPL-2.0"
name = "env-substitute"
repository = "https://gitlab.teamjk.page/jeff/env-substitute"
version = "0.1.0"