shvar

Crates.ioshvar
lib.rsshvar
version0.5.0
sourcesrc
created_at2024-08-19 02:43:15.40247
updated_at2024-09-09 19:33:10.159233
descriptionshvar provides a POSIX-compliant shell variable substitution routine.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id1343328
size63,883
Robert Escriva (rescrv)

documentation

README

shvar

shvar is the SHell VARiable expansion library.

Status

Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.

Scope

This library provides the quote, split, expand, and rcvar functions.

Warts

  • A string with '{' and '}' characters outside the variable declarations won't parse right now.

Documentation

The latest documentation is always available at docs.rs.

Commit count: 1599

cargo fmt