Expand description
Macros for the serde_args crate.
Due to its nature as a command line argument parsing format, serde_args allows some extra
information to be provided to the deserializer. In order to make this process easier, a serde
add-on macro is provided in the form of generate. This attribute modifies the
Deserialize implementation provided by serde’s derive macro to include additional
information relevant for serde_args.
Attribute Macros§
- generate
- Add on for
#[derive(Deserialize)]to addserde_args-specific information.