Expand description
Macros§
- generate_
intrinsic_ registry - A procedural macro that generates the intrinsic method registry at compile time.
Attribute Macros§
- async_
method - A procedural attribute macro that applies
async_recursionwith platform-appropriate Send bounds. - intrinsic_
method - A procedural attribute macro to mark a Rust function as an intrinsic method for the Ristretto VM.