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

#20 in #smart

Download history 91/week @ 2024-11-21 213/week @ 2024-11-28 112/week @ 2024-12-05 159/week @ 2024-12-12 86/week @ 2024-12-19 25/week @ 2024-12-26 27/week @ 2025-01-02 33/week @ 2025-01-09 45/week @ 2025-01-16 32/week @ 2025-01-23 26/week @ 2025-01-30 36/week @ 2025-02-06 42/week @ 2025-02-13 52/week @ 2025-02-20 50/week @ 2025-02-27 45/week @ 2025-03-06

192 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