#shell #escaping #characters #special #meaning

shell-escape

Escape characters that may have a special meaning in a shell

6 releases

Uses old Rust 2015

0.1.5 Jun 19, 2020
0.1.4 Mar 27, 2018
0.1.3 Jan 5, 2017
0.1.0 Dec 30, 2016

#37 in Text processing

Download history 112598/week @ 2024-09-11 119484/week @ 2024-09-18 130941/week @ 2024-09-25 127885/week @ 2024-10-02 122897/week @ 2024-10-09 133467/week @ 2024-10-16 128135/week @ 2024-10-23 124930/week @ 2024-10-30 131863/week @ 2024-11-06 145416/week @ 2024-11-13 139845/week @ 2024-11-20 126916/week @ 2024-11-27 144257/week @ 2024-12-04 144691/week @ 2024-12-11 127841/week @ 2024-12-18 79241/week @ 2024-12-25

520,665 downloads per month
Used in 397 crates (110 directly)

MIT/Apache

7KB
104 lines

shell-escape

Build Status

Documentation

Escape characters that may have a special meaning in a shell.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Escape characters that may have special meaning in a shell.

No runtime deps