Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksxgithub/structopt-utilities
Small utilities related to structopt and clap.
https://github.com/ksxgithub/structopt-utilities
clap crates library rust structopt utility
Last synced: 3 months ago
JSON representation
Small utilities related to structopt and clap.
- Host: GitHub
- URL: https://github.com/ksxgithub/structopt-utilities
- Owner: KSXGitHub
- License: mit
- Created: 2020-09-10T07:23:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T13:03:32.000Z (10 months ago)
- Last Synced: 2024-04-26T12:04:19.199Z (9 months ago)
- Topics: clap, crates, library, rust, structopt, utility
- Language: Rust
- Homepage: https://docs.rs/structopt-utilities
- Size: 83 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# StructOpt Utilities
[![Test](https://github.com/KSXGitHub/structopt-utilities/workflows/Test/badge.svg)](https://github.com/KSXGitHub/structopt-utilities/actions?query=workflow%3ATest)
[![Travis Build Status](https://img.shields.io/travis/KSXGitHub/structopt-utilities/master?label=build&logo=travis)](https://travis-ci.org/KSXGitHub/structopt-utilities)
[![Crates.io Version](https://img.shields.io/crates/v/structopt-utilities?logo=rust)](https://crates.io/crates/structopt-utilities)Small utilities related to [structopt](https://github.com/TeXitoi/structopt) and [clap](https://clap.rs/).
## Description
This library contains commonly used functions related to structopt and clap.
**Links:**
* [Documentation](https://docs.rs/structopt-utilities)
* [Crates.io page](https://crates.io/crates/structopt-utilities)
* [Lib.rs page](https://lib.rs/crates/structopt-utilities)## License
[MIT](https://git.io/JUC0r) © [Hoàng Văn Khải](https://github.com/KSXGitHub/)