Expand description
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§
pub use rune_alloc as alloc;
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§
- The component of an item.
- A reference to a component of an item.