This repository contains gong
, a lightweight, flexible and simple-to-use library provided to
assist in processing command line arguments in Rust based programs.
You can help fund my work through one of the following platforms: patreon, liberapay, or buy-me-a-coffee.
All files in this source code repository, except as noted below, are licensed under the MIT license
or the Apache license, Version 2.0, at your option. You can find copies of these licenses either in
the LICENSE-MIT
and LICENSE-APACHE
files, or alternatively here and here respectively.
The bin
directory (currently) contains only a tiny test program that was quickly thrown together
for interactively playing with the library. This program is technically covered by the same licenses
as the library, however there is extremely little to it, and really it can be considered fair-use to
re-use pieces of it for the purposes of writing code that uses the library without worrying about
such stuff. (It can be considered an example of basic usage).
The logo image files are derivatives of the Rust programming language icon.
- lib/ - The library itself
- bin/ - An interactive “playground” program for testing out the library’s functionality