• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-136103

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D19-Jun-202074 65

.gitignoreH A D19-Jun-202030 54

.travis.ymlH A D19-Jun-202074 87

Cargo.tomlH A D19-Jun-2020801 2219

Cargo.toml.orig-cargoH A D19-Jun-2020276 108

LICENSE-APACHEH A D19-Jun-202010.6 KiB202169

LICENSE-MITH A D19-Jun-20201 KiB2622

README.mdH A D19-Jun-2020751 2414

README.md

1# shell-escape
2
3[![Build Status](https://travis-ci.org/sfackler/shell-escape.svg?branch=master)](https://travis-ci.org/sfackler/shell-escape)
4
5[Documentation](https://docs.rs/shell-escape)
6
7Escape characters that may have a special meaning in a shell.
8
9## License
10
11Licensed under either of
12
13 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
14 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
15
16at your option.
17
18### Contribution
19
20Unless you explicitly state otherwise, any contribution intentionally
21submitted for inclusion in the work by you, as defined in the Apache-2.0
22license, shall be dual licensed as above, without any additional terms or
23conditions.
24