Skip to content

goncalompontes/argsparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argsparse

Crates.io Docs.rs

A minimal and flexible argument parser for command-line applications, written in Rust.


📦 Features

  • Simple parsing of flags, options, and positional arguments
  • Convenient trait-based API for extracting values
  • Supports --, short -f and long --flag forms
  • Works with slices of &str (no global state)

🚀 Getting Started

Add to your Cargo.toml:

[dependencies]
argsparse = "0.1"

About

An argument parser crate for the rustaceous language

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages