arglite 0.1.0

A lightweight argument parser for command-line applications.
Documentation
  • Coverage
  • 25%
    4 out of 16 items documented0 out of 8 items with examples
  • Size
  • Source code size: 8.88 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.87 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • psychananaz/arglite
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kortgrabb

ArgLite

A lightweight argument parser for Rust command-line applications.

Features

  • Simple API for parsing command-line arguments
  • Support for flags (e.g., --verbose)
  • Support for positional arguments
  • Zero dependencies
  • Error handling for unknown flags and missing arguments

Installation

Add this to your Cargo.toml:

[dependencies]
arglite = "0.1.0"

Or, to automatically pull in the latest version:

[dependencies]
arglite = "*"