2 个版本
0.1.1 | 2020 年 10 月 22 日 |
---|---|
0.1.0 | 2020 年 10 月 22 日 |
#660 在 命令行界面
6KB
getopts-long-rs
这是 'getopts-long-rs'
项目的 README.md 文件。
概述
'getopts-long-rs' 项目旨在提供一个 Rust 库,用于解析命令行选项,其功能集受 Perl 的 Getopt::Long 启发。
目前该项目只是一个存根,旨在在 crates.io 上持有 'getopts-long' 命名空间。
许可
双许可:GPL-2.0-or-later OR Apache-2.0
版权 © 2020 Alan D. Salewski [email protected]
其他 Rust 选项解析库
这不是推荐,但如果您对 getopts-long-rs
感兴趣,您可能还会对以下项目之一感兴趣。以下是 getopts-long-rs
作者所了解的一些“命令行选项解析”空间中的其他库。尽管有些名称相似,但 getopts-long-rs
项目与这些其他项目无关。
-
getopt
-
getopts
- https://crates.io/crates/getopts
- https://docs.rs/getopts/latest/getopts/
- https://github.com/rust-lang/getopts
此库由
rustc
使用,但鼓励在新项目中不使用它 -
pico-args
-
argh
-
clap
-
gumdrop
-
structopt
-
getopt-long