Crate kittycad_modeling_cmds_macros

source ·
Expand description

Proc-macros for implementing kittycad-modeling-cmds traits.

Macros§

Derive Macros§

  • This will derive the trait schemars::JsonSchema, if the ‘json-schema’ cargo feature is enabled.
  • Derives ModelingCmdOutput.
  • This will derive the trait ModelingCmdVariant from the kittycad-modeling-cmds crate. Its associated type output will be the corresponding modeling command output type.