Crate runestick_macros

Crate runestick_macros 

Source
Expand description
Rune Logo



Macros for Runestick, a stack-based virtual machine for the Rust programming language.

This is part of the Rune Language.

Derive Macrosยง

Any
Macro to mark a value as external, which will implement all the appropriate traits.
FromValue
Conversion macro for constructing proxy objects from a dynamic value.
ToValue
Conversion macro for constructing proxy objects from a dynamic value.