Module prelude

Source

Re-exports§

pub use crate::RuneArgs;
pub use crate::RuneEvent;
pub use crate::RuneScriptContext;
pub use crate::RuneScriptHost;
pub use rune;

Structs§

Context
Context used for the Rune language.
RuneDocFragment
RuneFile
A loaded rune file in bytes.
RuneLoader
Enables loading Rune scripts from .rune and .rn files.

Traits§

Args
Trait for converting arguments onto the stack.