Skip to content

frankhart2018/sargparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SArgparse

SArgparse is a sane argument parsing library for Rust. It has the same API as python's argparse library which makes it quite relatable for people coming from a python environment.

Why did I create this?

I know there are similar libraries that do the same thing, but I felt that their API was contorted and truly ugly, I wanted to make sure that people don't have to spend too much time figuring out how to use a basic arugment parser and so I took python's API and copied it in this library.

Add this to your project

This crate is published to crates.io, and can be added to your project by simply adding this line to you Cargo.toml file:

sargparse = "0.2.2"

Documentation

Refer to the documentation markdown to get started.

License

SArgparse is licensed under the MIT license.

About

A sane argument parser for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published