Crates.io | cargo-proc-macro |
lib.rs | cargo-proc-macro |
version | 0.2.0 |
source | src |
created_at | 2020-07-24 10:30:18.668117 |
updated_at | 2021-08-08 14:08:31.063941 |
description | Kickstart a proc-macro project with a straight-forward template. |
homepage | |
repository | https://github.com/bbqsrc/cargo-proc-macro |
max_upload_size | |
id | 268941 |
size | 39,374 |
Kickstart a proc-macro project with a straight-forward template.
This crate will kickstart you with a workspace, with a proc-macro2
- and syn
-enabled crate that compiles straight away with a simple pass-through attribute macro.
cargo install cargo-proc-macro
To create a new proc-macro project, run cargo proc-macro new <path>
or cargo proc-macro init [path]
.
See --help
for other supported flags.
The cargo-proc-macro
crate is licensed under
The EUPL is a copyleft, GPL-compatible license managed by the European Union, with legally-equal translated versions in all languages of the EU. See this introduction for information about the purpose, objectives and translations of the license. See also the license compatibility matrix.