# rust-getopts **Repository Path**: openkylin/rust-getopts ## Basic Information - **Project Name**: rust-getopts - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: openkylin/huanghe - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-08 - **Last Updated**: 2026-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README getopts === A Rust library for option parsing for CLI utilities. [Documentation](https://docs.rs/getopts) ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] getopts = "0.2" ``` ## Contributing The `getopts` library is used by `rustc`, so we have to be careful about not changing its behavior.