]> git.proxmox.com Git - rustc.git/blame - vendor/clap_lex/README.md
New upstream version 1.72.1+dfsg1
[rustc.git] / vendor / clap_lex / README.md
CommitLineData
9c376795
FG
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)
fe692bf9
FG
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.5.0/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.5.0/LICENSE-MIT)
9c376795
FG
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)
fe692bf9
FG
164. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_lex-v0.5.0/clap_lex/CONTRIBUTING.md)
175. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.5.0/README.md#sponsors)
9c376795
FG
18
19## About