Crate rune_modules
source ·Expand description
Minimum support: Rust 1.70+.
Visit the site 🌐 — Read the book 📖
Native modules for Rune, an embeddable dynamic programming language for Rust.
Usage
These are modules that can be used with the Rune language.
See each module for documentation:
Features
core
for the core moduleexperiments
for the experiments modulefmt
for the fmt modulefs
for the fs modulefull
includes all modules.http
for the http moduleio
for the io modulejson
for the json modulemacros
for the macros moduleprocess
for the process modulerand
for the rand modulesignal
for the signal moduletest
for the test moduletime
for the time moduletoml
for the toml module
Modules
std
core module for the Rune Language.std::experiments
module for the Rune Language.std::fmt
module for the Rune Language.- The native
fs
module for the Rune Language. - The native
http
module for the Rune Language. std::io
module for the Rune Language.- The native
json
module for the Rune Language. - The native
process
module for the Rune Language. - The native
rand
module for the Rune Language. - The native
signal
module for the Rune Language. std::test
module for the Rune Language.- The native
time
module for the Rune Language. - The native
toml
module for the Rune Language.
Functions
- Construct a a default context rune context with default config.
- Construct a a default rune context with all enabled modules provided based on the default rune context.