Crate rune_core

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

Visit the site 🌐Read the book 📖

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


§Note

YOU ARE NOT supposed to depend on this directly. Doing so might cause dependency errors since its API is not stable.

Re-exports§

Structs§

  • Full type information.
  • The primitive hash that among other things is used to reference items, types, and native functions.
  • The reference to an ItemBuf.
  • The name of an item in the Rune Language.
  • Helper to register a parameterized function.
  • A built in instance function.
  • A raw static string.

Enums§

Traits§