arcis-internal-expr-macro

Crates.ioarcis-internal-expr-macro
lib.rsarcis-internal-expr-macro
version0.3.0
created_at2025-04-30 19:05:02.978819+00
updated_at2025-09-02 14:23:34.871606+00
descriptionInternal helper macro for expression handling in Arcis.
homepagehttps://www.arcium.com
repository
max_upload_size
id1655346
size39,256
Daniel (danielementary)

documentation

README

arcis-internal-expr-macro

Crates.io

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.

Usage

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.

Main Functionality

As a procedural macro crate, it processes Rust syntax trees to:

  • Transform expressions for MPC circuit compilation
  • Handle special Arcis expression syntax
  • Generate optimized circuit representations

This crate is a dependency of the main Arcis framework and its functionality is exposed through higher-level APIs.

Commit count: 0

cargo fmt