Crates.io | onlyargs_derive |
lib.rs | onlyargs_derive |
version | 0.2.0 |
source | src |
created_at | 2023-04-10 23:56:49.186248 |
updated_at | 2024-02-22 17:05:07.379052 |
description | Obsessively tiny argument parsing derive macro |
homepage | |
repository | https://github.com/parasyte/onlyargs |
max_upload_size | |
id | 835578 |
size | 37,530 |
Only argument parsing! Nothing more.
#[derive(OnlyArgs)]
on a struct and parse CLI arguments from the environment into it with minimal boilerplate.The Minimum Supported Rust Version for onlyargs
will always be made available in the MSRV.md file on GitHub.
See the derive-example
for usage.