Crate runestick_macros[][src]

Rune Logo

Visit the site 🌐 - Read the book 📖

Build Status Site Status crates.io docs.rs Chat on Discord

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.