6 releases (breaking)
0.6.0 | Dec 14, 2024 |
---|---|
0.5.0 | Sep 9, 2024 |
0.4.0 | Sep 5, 2024 |
0.3.0 | Aug 24, 2024 |
0.1.0 | Aug 19, 2024 |
#1403 in Rust patterns
256 downloads per month
Used in 7 crates
(6 directly)
35KB
933 lines
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.