#shell #escaping #character #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

#118 in Text processing

Download history 98945/week @ 2024-06-11 102222/week @ 2024-06-18 106047/week @ 2024-06-25 95905/week @ 2024-07-02 102215/week @ 2024-07-09 106412/week @ 2024-07-16 107524/week @ 2024-07-23 106694/week @ 2024-07-30 112631/week @ 2024-08-06 110617/week @ 2024-08-13 113793/week @ 2024-08-20 116133/week @ 2024-08-27 128414/week @ 2024-09-03 116066/week @ 2024-09-10 113514/week @ 2024-09-17 111280/week @ 2024-09-24

486,829 downloads per month
Used in 366 crates (97 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