Expand description
Attribute macros for figue CLI argument parsing.
This crate provides the attribute grammar definitions for figue.
It exists as a separate crate to work around Rust’s restriction on
accessing macro-expanded #[macro_export] macros by absolute paths
within the same crate.
Users should depend on figue directly, which re-exports everything
from this crate.
Enums§
- Attr
- Args attribute types for field configuration.