Crate aether_macros

Crate aether_macros 

Source
Expand description

§Aether Macros

Procedural macros for one-line AI code injection.

This crate provides the ai! macro for compile-time code generation markers and runtime injection helpers.

Macros§

ai
One-line AI code generation (async).
ai_slot
Generate a template slot marker.
ai_template
Create an AI injection template inline.

Attribute Macros§

aether_secure
Transform a function into a secure, polymorphic AI-powered runtime call.
ai_generate
Mark a code section for AI generation (placeholder).