Crate rune_macros

source ·
Expand description
rune logo
github crates.io docs.rs chat on discord
Minimum support: Rust 1.63+.

Visit the site 🌐Read the book 📖

Macros for the Rune Language, an embeddable dynamic programming language for Rust.


Usage

This is part of the Rune Language.

Macros

  • Macro helper function for quoting the token stream as macro output.

Derive Macros

  • Macro to mark a value as external, which will implement all the appropriate traits.
  • Derive macro for the FromValue trait for converting types from the dynamic Value container.
  • Derive macro for the FromValue trait for converting types into the dynamic Value container.