Crates.io | arcis-internal-expr-macro |
lib.rs | arcis-internal-expr-macro |
version | 0.3.0 |
created_at | 2025-04-30 19:05:02.978819+00 |
updated_at | 2025-09-02 14:23:34.871606+00 |
description | Internal helper macro for expression handling in Arcis. |
homepage | https://www.arcium.com |
repository | |
max_upload_size | |
id | 1655346 |
size | 39,256 |
Internal helper macro for expression handling in Arcis. This procedural macro crate provides low-level expression parsing and transformation utilities used internally by the Arcis framework to process circuit expressions during compilation.
This crate is primarily used internally by other Arcis components and is not typically imported directly by end users. It provides procedural macros that transform and process expressions within the Arcis compilation pipeline.
As a procedural macro crate, it processes Rust syntax trees to:
This crate is a dependency of the main Arcis framework and its functionality is exposed through higher-level APIs.