blueprint-macros 0.2.0-alpha.4

Macros for the Tangle Blueprint SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# blueprint-macros

Procedural macros for ergonomics in Blueprint services.

## What it includes

- Job/debug helper macros.
- Context/ref helper macros.
- EVM and attribute parsing support macros.

## When to use

Use when you want less boilerplate around job declarations and framework wiring.

## Related links

- Source: https://github.com/tangle-network/blueprint/tree/main/crates/macros