Skip to main content

Crate ristretto_macros

Crate ristretto_macros 

Source
Expand description

§Ristretto Macros

Code Coverage Benchmarks License Semantic Versioning

This crate provides procedural macros for the Ristretto JVM.

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_recursion with platform-appropriate Send bounds.
intrinsic_method
A procedural attribute macro to mark a Rust function as an intrinsic method for the Ristretto VM.