ltl-args 0.2.0

argument parsing with zero depencencies
Documentation
  • Coverage
  • 0%
    0 out of 47 items documented0 out of 22 items with examples
  • Size
  • Source code size: 25.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ntietz

Little Args

This is a zero-dependency argument parsing library. It's not the best argument parser out there; that's probably clap. But it works, and depending on it only adds one (1) dependency. No more transitive dependencies.

License

The code is licensed under the MIT or Apache 2.0 licenses. See LICENSE-MIT and LICENSE-APACHE for details.