mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-29 22:01:07 +02:00
add Command-line argument parsing
This commit is contained in:
parent
44db3c2a21
commit
28b4a1a406
@ -8,6 +8,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||
- [Code](#code)
|
||||
- [Audio](#audio)
|
||||
- [Build system](#build-system)
|
||||
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||
- [Compression](#compression)
|
||||
- [Computation](#computation)
|
||||
- [Cryptography](#cryptography)
|
||||
@ -40,6 +41,11 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||
* Make
|
||||
* [PistonDevelopers/rust-empty](https://github.com/PistonDevelopers/rust-empty) — a Makefile to get started with Rust
|
||||
|
||||
### Command-line argument parsing
|
||||
|
||||
* [BurntSushi/docopt.rs](https://github.com/BurntSushi/docopt.rs) — [DocOpt](http://docopt.org) for Rust
|
||||
* [wycats/hammer.rs](https://github.com/wycats/hammer.rs) —
|
||||
|
||||
### Compression
|
||||
|
||||
* [lifthrasiir/rust-zip](https://github.com/lifthrasiir/rust-zip) — read and write ZIP archives [<img src="https://travis-ci.org/lifthrasiir/rust-zip.png?branch=master">](https://travis-ci.org/lifthrasiir/rust-zip)
|
||||
|
Loading…
x
Reference in New Issue
Block a user