| Crates.io | command-macros-plugin |
| lib.rs | command-macros-plugin |
| version | 0.2.7 |
| created_at | 2018-05-02 01:22:40.326372+00 |
| updated_at | 2021-06-08 14:11:04.942755+00 |
| description | Implementation crate for command-macros |
| homepage | |
| repository | https://github.com/krdln/command-macros |
| max_upload_size | |
| id | 63340 |
| size | 35,448 |
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: