shell-quote 0.3.0

A Rust library for shell-quoting strings, e.g. for interpolating into a Bash script.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Gavin Panella <gavinpanella@gmail.com>"]
categories = ["encoding", "filesystem"]
description = "A Rust library for shell-quoting strings, e.g. for interpolating into a Bash script."
edition = "2021"
homepage = "https://github.com/allenap/shell-quote"
keywords = ["shell", "bash", "sh", "quote", "escape"]
license = "Apache-2.0"
name = "shell-quote"
readme = "README.md"
repository = "https://github.com/allenap/shell-quote"
resolver = "2"
version = "0.3.0"