[][src]Crate rune_modules

Rune Logo

Visit the site 🌐 - Read the book 📖

Build Status Site Status crates.io docs.rs Chat on Discord

Native modules for the runestick virtual machine.

These are modules that can be used with the Rune language.

See each module for documentation:

Features

Modules

core

std::experiments module for the Rune Language.

experiments

std::experiments module for the Rune Language.

fmt

std::fmt module for the Rune Language.

fs

The native fs module for the Rune Language.

http

The native http module for the Rune Language.

io

std::io module for the Rune Language.

json

The native json module for the Rune Language.

process

The native process module for the Rune Language.

rand

The native rand module for the Rune Language.

signal

The native signal module for the Rune Language.

test

std::experiments module for the Rune Language.

time

The native time module for the Rune Language.

toml

The native toml module for the Rune Language.

Functions

default_context

Construct a a default context runestick context with default config.

with_config

Construct a a default context runestick context with all enabled modules provided based on the default runestick context.