Skip to content
/ gong Public

An assistant for analysing command line arguments in Rust programs

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jnqnfe/gong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

travis.com license

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.

Copyright & Licensing

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.

Source Code Contents

  • lib/ - The library itself
  • bin/ - An interactive “playground” program for testing out the library’s functionality

About

An assistant for analysing command line arguments in Rust programs

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages