[][src]Crate runestick_macros

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]. [Rune Language]: https://rune-rs.github.io

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.