allenap / shell-quote

A Rust library for shell quoting strings, e.g. for interpolating into a Bash script. This is not as simple as most people think!
Apache License 2.0
5 stars 2 forks source link

Add feature flags for each shell #16

Closed allenap closed 2 months ago

allenap commented 2 months ago

Not 100% sure I'm a fan of the noise, but it does result in smaller libraries if you need to support only a subset of shells.

Fixes #12.