| Crates.io | junobuild-macros |
| lib.rs | junobuild-macros |
| version | 0.1.1 |
| created_at | 2024-02-04 17:45:36.867408+00 |
| updated_at | 2025-08-04 04:59:00.332969+00 |
| description | Procedural macros for hooking into various events in Juno. |
| homepage | https://juno.build |
| repository | https://github.com/junobuild/juno |
| max_upload_size | |
| id | 1126532 |
| size | 70,559 |
junobuild-macros are procedural macros for hooking into various events in Juno.
To include junobuild-macros in your Rust project, add it as a dependency in your Cargo.toml:
[dependencies]
junobuild-macros = "*"
Replace "*" with the specific version you want to use, or omit the version to always use the latest version.
Here are some useful links: