mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-04 12:00:12 +00: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)
|
- [Code](#code)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Build system](#build-system)
|
- [Build system](#build-system)
|
||||||
|
- [Command-line argument parsing](#command-line-argument-parsing)
|
||||||
- [Compression](#compression)
|
- [Compression](#compression)
|
||||||
- [Computation](#computation)
|
- [Computation](#computation)
|
||||||
- [Cryptography](#cryptography)
|
- [Cryptography](#cryptography)
|
||||||
@ -40,6 +41,11 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||||||
* Make
|
* Make
|
||||||
* [PistonDevelopers/rust-empty](https://github.com/PistonDevelopers/rust-empty) — a Makefile to get started with Rust
|
* [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
|
### 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)
|
* [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…
Reference in New Issue
Block a user