Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 491 | 242 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 102 | 6 | 6 | |
Android.bp | D | 03-May-2024 | 1.9 KiB | 58 | 54 | |
Cargo.toml | D | 03-May-2024 | 2.1 KiB | 88 | 78 | |
Cargo.toml.orig | D | 03-May-2024 | 1.2 KiB | 34 | 30 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
LICENSE-APACHE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
LICENSE-MIT | D | 03-May-2024 | 1.1 KiB | 22 | 17 | |
METADATA | D | 03-May-2024 | 617 | 24 | 22 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 47 | 2 | 1 | |
README.md | D | 03-May-2024 | 1,004 | 20 | 13 | |
TEST_MAPPING | D | 03-May-2024 | 837 | 39 | 38 | |
cargo2android.json | D | 03-May-2024 | 77 | 7 | 6 |
README.md
1<!-- omit in TOC --> 2# clap_lex 3 4> **Minimal, flexible command line parser** 5 6[![Crates.io](https://img.shields.io/crates/v/clap_lex?style=flat-square)](https://crates.io/crates/clap_lex) 7[![Crates.io](https://img.shields.io/crates/d/clap_lex?style=flat-square)](https://crates.io/crates/clap_lex) 8[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.3.2/LICENSE-APACHE) 9[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.3.2/LICENSE-MIT) 10 11Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). 12 131. [About](#about) 142. [API Reference](https://docs.rs/clap_lex) 153. [Questions & Discussions](https://github.com/clap-rs/clap/discussions) 164. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_lex-v0.3.2/clap_lex/CONTRIBUTING.md) 175. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.3.2/README.md#sponsors) 18 19## About 20