chore: release v0.2.24 (#134) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: release v0.2.24 (#134)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
A Rust library for option parsing for CLI utilities.
Documentation
Add this to your Cargo.toml:
Cargo.toml
[dependencies] getopts = "0.2"
The getopts library is used by rustc, so we have to be careful about not changing its behavior.
getopts
rustc
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
getopts
A Rust library for option parsing for CLI utilities.
Documentation
Usage
Add this to your
Cargo.toml:Contributing
The
getoptslibrary is used byrustc, so we have to be careful about not changing its behavior.