8 releases

0.2.7 Apr 24, 2023
0.2.6 Apr 24, 2023
0.2.5 Dec 27, 2021
0.2.3 Nov 9, 2021
0.1.0 Aug 20, 2021

#221 in Command-line interface

Download history 197/week @ 2024-09-24 121/week @ 2024-10-01 131/week @ 2024-10-08 151/week @ 2024-10-15 175/week @ 2024-10-22 245/week @ 2024-10-29 101/week @ 2024-11-05 72/week @ 2024-11-12 63/week @ 2024-11-19 211/week @ 2024-11-26 129/week @ 2024-12-03 140/week @ 2024-12-10 90/week @ 2024-12-17 63/week @ 2024-12-24 22/week @ 2024-12-31 28/week @ 2025-01-07

245 downloads per month
Used in proton-call

MIT license

37KB
1K SLoC

Jargon

Jargon is a simple command line handler for Rust. Using a similar architecture to pico-args, but working to be cleaner and have more options — while being usable, unlike clap.

Jargon is aimed to create the least amount of handler code in a program but giving options to handle any type of argument, including ones that don't start with - & subcommands.

Examples

See examples


lib.rs:

Jargon

Jargon is a simple command line handler for Rust. Using a similar architecture to pico-args, but working to be cleaner and have more options — while being usable, unlike clap.

Jargon is aimed to create the least amount of handler code in a program but giving options to handle any type of argument, including ones that don't start with - & subcommands.

Examples

See examples

No runtime deps

Features