#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 116066/week @ 2024-09-10 113498/week @ 2024-09-17 132394/week @ 2024-09-24 129474/week @ 2024-10-01 122598/week @ 2024-10-08 133817/week @ 2024-10-15 128742/week @ 2024-10-22 124572/week @ 2024-10-29 129433/week @ 2024-11-05 143562/week @ 2024-11-12 139877/week @ 2024-11-19 128153/week @ 2024-11-26 145082/week @ 2024-12-03 145150/week @ 2024-12-10 136265/week @ 2024-12-17 75256/week @ 2024-12-24

525,508 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