rclap 0.1.13

rclap is a Rust configuration utility to help to generate the clap structures. The main purpose is to reduce boilerplate code when using clap and expose the configuration requirements as a toml file.
Documentation
[dependencies.rclap_derive]
version = "0.1.13"

[lib]
name = "rclap"
path = "src/lib.rs"

[package]
authors = ["Slim Ouertani"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "rclap is a Rust configuration utility to help to generate the clap structures. The main purpose is to reduce boilerplate code when using clap and expose the configuration requirements as a toml file."
edition = "2024"
homepage = "https://github.com/ouertani/rclap"
keywords = ["config", "args", "env", "settings", "clap"]
license = "MIT"
name = "rclap"
readme = "README.md"
repository = "https://github.com/ouertani/rclap"
version = "0.1.13"