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).