pino_argparse 0.1.0

a tiny argparsing library
Documentation
  • Coverage
  • 83.33%
    25 out of 30 items documented1 out of 14 items with examples
  • Size
  • Source code size: 22.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.9 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • MrPicklePinosaur/pino_argparse
    1 0 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • MrPicklePinosaur

pino_argparse

a tiny zero-dependency argparsing library

MIT/Apache 2.0

pino_argparse is a bite-sized argparsing library that can handle short and long flags with or without values, subcommands and basic validation.

USING IN YOUR PROJECT

add the follow to your Cargo.toml:

pino_argparse = { git = "https://github.com/MrPicklePinosaur/pino_argparse" }

TODO

  • auto doc/help message generation?
  • iterator to give flags in order