#collection #macro #znap #action #build #solana

macro znap-macros

Collection of macros to build znap collections

36 releases

new 0.1.37 Aug 31, 2024
0.1.36 Aug 29, 2024
0.1.31 Jul 26, 2024
0.1.19 Jun 29, 2024

#3 in #znap

Download history 456/week @ 2024-06-15 904/week @ 2024-06-22 735/week @ 2024-06-29 911/week @ 2024-07-06 61/week @ 2024-07-13 66/week @ 2024-07-20 452/week @ 2024-07-27 143/week @ 2024-08-03 16/week @ 2024-08-10 1/week @ 2024-08-17 108/week @ 2024-08-24

367 downloads per month
Used in znap

Apache-2.0

48KB
1K SLoC

znap-macros

Macro collection for creating Solana actions

The znap-macros module is a collection of macros designed to facilitate metaprogramming in Rust. This module relies on znap-syn for code parsing and generation, allowing developers to dynamically and efficiently manipulate and extend code.

Macros in Rust allow reading the current code and adding extra code, which is essential for automatic generation of functions, structures and other entities. znap-macros uses the znap-syn capability to parse the source code and transform it into manipulable objects, applying specific logic and then generating the necessary code.

Solana Actions Macros

Macros in znap-macros allow you to transform Rust code snippets into znap-syn-defined objects such as CollectionMod, ActionStruct, QueryStruct and ErrorEnum. These macros facilitate the creation and manipulation of these objects to generate Solana actions.

Package

Package Description Version Docs
znap-macros Macro collection for creating Solana actions Crates.io Docs.rs

Dependencies

~3–13MB
~108K SLoC