Crates.io | blarg_derive |
lib.rs | blarg_derive |
version | 1.0.4 |
source | src |
created_at | 2023-11-11 23:13:21.217892 |
updated_at | 2023-12-04 14:53:51.038481 |
description | A type-safe, domain sensitive, argument/option paradigm command line parser. |
homepage | |
repository | https://github.com/sawatzkylindsey/blarg |
max_upload_size | |
id | 1032494 |
size | 198,492 |
Derive implementation for blarg
.
In Intellij, use cmd+shift+a on the macro itself (ex: #[derive(BlargParser)]
).
Then type/select "show the result of macro expansion (cargo expand)".