| name | clap |
| description | > **Command Line Argument Parser for Rust** WHEN: parse data or files. Triggers: use clap, install clap, how to use clap. |
clap
Command Line Argument Parser for Rust
When to Use
When NOT to Use
- Projects using Python or JavaScript (different ecosystem)
Quick Start
Install
make
make install
Project Info
- Language: C, Rust
- Tests: Yes
File Structure
├── assets/
│ └── clap.png
├── clap_bench/
│ ├── benches/
│ ├── src/
│ └── Cargo.toml
├── clap_builder/
│ ├── src/
│ ├── Cargo.toml
│ ├── CONTRIBUTING.md
│ ├── LICENSE-APACHE
│ ├── LICENSE-MIT
│ └── README.md
├── clap_complete/
│ ├── examples/
│ ├── src/
│ ├── tests/
│ ├── Cargo.toml
│ ├── CHANGELOG.md
│ ├── CONTRIBUTING.md
Generated by repo2skill