Expand description
Minimum support: Rust 1.87+.
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
corefor the core modulefmtfor the fmt modulefsfor the fs modulefullincludes all modules.httpfor the http moduleiofor the io modulejsonfor the json modulemacrosfor the macros moduleprocessfor the process modulerandfor the rand modulesignalfor the signal moduletestfor the test moduletimefor the time moduletomlfor the toml module
Modules§
- base64
- fs
- The native
fsmodule for the Rune Language. - http
- The native
httpmodule for the Rune Language. - json
- The native
jsonmodule for the Rune Language. - process
- The native
processmodule for the Rune Language. - rand
- The native
randmodule for the Rune Language. - signal
- The native
signalmodule for the Rune Language. - test
std::testmodule for the Rune Language.- time
- The native
timemodule for the Rune Language. - toml
- The native
tomlmodule for the Rune Language.
Functions§
- default_
context - Construct a a default context rune context with default config.
- with_
config - Construct a a default rune context with all enabled modules provided based on the default rune context.