Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)