Crate varsun

Source
Expand description

Shell-like variable substition functions.

Basic usages are:

  • Simple templating.
  • Expand envrionment variables.

Modules§

mswin
Provides MS-Windows style substition.
posix
Provides POSIX style substition.

Functions§

substenvar
Parse src string and replace variables with Environment Variable.
substitute
Parse src string and replace found variables with mapfn result.