Crate cata_derive

Source
Expand description

Procedural macros to derive traits for CLI construction.

  • Container for dispatching enums to subcommands.
  • File for deserializing values from files, implementing clap’s value_parser.

Derive Macros§

Container
Derive the Container trait for structs and enums.
File
Implement value parsing for arbitrary structs deserialized from files.