Crate jargon_args

source ·
Expand description

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

Structs

Enums