Crates.io | shvar |
lib.rs | shvar |
version | 0.5.0 |
source | src |
created_at | 2024-08-19 02:43:15.40247 |
updated_at | 2024-09-09 19:33:10.159233 |
description | shvar provides a POSIX-compliant shell variable substitution routine. |
homepage | |
repository | https://github.com/rescrv/blue |
max_upload_size | |
id | 1343328 |
size | 63,883 |
shvar is the SHell VARiable expansion library.
Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.
This library provides the quote
, split
, expand
, and rcvar
functions.
'{'
and '}'
characters outside the variable declarations won't parse right now.The latest documentation is always available at docs.rs.