Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
BUILD.gn | H A D | 25-Oct-2024 | 955 | |
Cargo.toml | H A D | 25-Oct-2024 | 1.2 KiB | |
CHANGELOG.md | H A D | 25-Oct-2024 | 1.7 KiB | |
CONTRIBUTING.md | H A D | 25-Oct-2024 | 124 | |
LICENSE-APACHE | H A D | 25-Oct-2024 | 11.1 KiB | |
LICENSE-MIT | H A D | 25-Oct-2024 | 1.1 KiB | |
README.md | H A D | 25-Oct-2024 | 1,004 | |
src/ | H | 25-Oct-2024 | 4 KiB | |
tests/ | H | 25-Oct-2024 | 4 KiB |
README.md
1<!-- omit in TOC --> 2# clap_lex 3 4> **Minimal, flexible command line parser** 5 6[](https://crates.io/crates/clap_lex) 7[](https://crates.io/crates/clap_lex) 8[](https://github.com/clap-rs/clap/blob/clap_lex-v0.3.3/LICENSE-APACHE) 9[](https://github.com/clap-rs/clap/blob/clap_lex-v0.3.3/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.3/clap_lex/CONTRIBUTING.md) 175. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.3.3/README.md#sponsors) 18 19## About 20