envsubst

Crates.ioenvsubst
lib.rsenvsubst
version0.2.1
sourcesrc
created_at2019-05-14 12:15:09.506562
updated_at2022-11-29 09:30:21.634845
descriptionVariables substitution
homepage
repositoryhttps://github.com/coreos/envsubst-rs
max_upload_size
id134259
size19,973
Dusty Mabe (dustymabe)

documentation

README

envsubst

crates.io Documentation

A simple Rust library for variables substitution.

This library provide helper functions for string manipulation, taking values from a context environment map and substituting all matching placeholders.

Its name and logic is similar to the envsubst GNU utility, but this only supports braces-delimited variables (i.e. ${foo}) and takes replacement values from an explicit map of variables.

License

Licensed under either of

at your option.

Commit count: 55

cargo fmt