optz 0.10.0

A no-magic option parser for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "optz"
version = "0.10.0"
edition = "2024"
description = "A no-magic option parser for Rust"
license = "MIT"
authors = ["Josh Voigts <joshvoigts@gmail.com>"]
repository = "https://github.com/joshvoigts/optz"
readme = "README.md"

[dependencies]