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 fuzz/property tests #15

Open allenap opened 2 months ago

allenap commented 2 months ago

For example, with quickcheck. This would give more reassurance that the quoting approaches are sound.