#shell #escaping #characters #meaning #special

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

#51 in Text processing

Download history 93735/week @ 2023-11-19 93026/week @ 2023-11-26 88490/week @ 2023-12-03 93766/week @ 2023-12-10 95251/week @ 2023-12-17 71986/week @ 2023-12-24 90022/week @ 2023-12-31 102884/week @ 2024-01-07 105648/week @ 2024-01-14 94129/week @ 2024-01-21 107376/week @ 2024-01-28 101180/week @ 2024-02-04 100986/week @ 2024-02-11 100691/week @ 2024-02-18 100724/week @ 2024-02-25 106426/week @ 2024-03-03

417,933 downloads per month
Used in 324 crates (89 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