junobuild-macros

Crates.iojunobuild-macros
lib.rsjunobuild-macros
version0.0.3
sourcesrc
created_at2024-02-04 17:45:36.867408
updated_at2024-11-17 16:33:23.61033
descriptionProcedural macros for hooking into various events in Juno.
homepagehttps://juno.build
repositoryhttps://github.com/junobuild/juno
max_upload_size
id1126532
size64,795
David Dal Busco (peterpeterparker)

documentation

https://docs.rs/junobuild-macros

README

JunoBuild-Macros

junobuild-macros are procedural macros for hooking into various events in Juno.

Getting Started

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.

Links & Resources

Here are some useful links:

  • Looking to get started? Check out the documentation.
  • Have a look at the LICENSE for information about licensing and limitation.
  • Have questions, comments or feedback? Join our Discord or OpenChat.
Commit count: 1463

cargo fmt