5 releases

0.1.6 Nov 19, 2025
0.1.5 Nov 13, 2025
0.1.4 Oct 9, 2025
0.1.3 Oct 6, 2025
0.1.2 Oct 6, 2025

#2624 in Database interfaces

40 downloads per month
Used in atlas-arch

MIT license

15KB
55 lines

Carbon Macros


lib.rs:

Carbon Macros

This crate provides powerful macros for building and processing transaction schemas and decoding instructions dynamically. It includes two main modules:

  • schema: Offers the schema! macro to construct hierarchical transaction schemas with flexible node types, ideal for organizing and validating complex transaction structures.
  • try_decode_ix: Includes the try_decode_instructions! macro, enabling dynamic decoding of instructions into various types based on specified patterns.

Overview

These modules are designed for applications that utilize Carbon, where transaction processing and decoding are essential. The macros in this crate simplify handling diverse instruction types and assembling transaction schemas, reducing boilerplate code and enhancing flexibility in transaction management.

Modules

  • schema: For building transaction schemas.
  • try_decode_ix: For decoding instructions dynamically.

No runtime deps