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

#22 in #smart

Download history 198/week @ 2024-11-29 116/week @ 2024-12-06 138/week @ 2024-12-13 85/week @ 2024-12-20 21/week @ 2024-12-27 26/week @ 2025-01-03 40/week @ 2025-01-10 43/week @ 2025-01-17 31/week @ 2025-01-24 27/week @ 2025-01-31 31/week @ 2025-02-07 50/week @ 2025-02-14 48/week @ 2025-02-21 50/week @ 2025-02-28 86/week @ 2025-03-07 61/week @ 2025-03-14

255 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