Crates.io | junobuild-macros |
lib.rs | junobuild-macros |
version | 0.0.3 |
source | src |
created_at | 2024-02-04 17:45:36.867408 |
updated_at | 2024-11-17 16:33:23.61033 |
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 | 64,795 |
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: