command-macros-plugin 0.2.6

Implementation crate for command-macros
docs.rs failed to build command-macros-plugin-0.2.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: command-macros-plugin-0.2.7

command-macros-plugin

This crate implements a procedural macro version of command from command-macros crate. This macro exists in a separate crate, because currently procedural macros has to be implemented in their own crates.

For documentation, see command-macros: