Crate rune_modules
source ·Expand description
Minimum support: Rust 1.74+.
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 moduleexperimentsfor the experiments 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§
stdcore module for the Rune Language.std::experimentsmodule for the Rune Language.std::fmtmodule for the Rune Language.- The native
fsmodule for the Rune Language. - The native
httpmodule for the Rune Language. std::iomodule for the Rune Language.- The native
jsonmodule for the Rune Language. - The native
processmodule for the Rune Language. - The native
randmodule for the Rune Language. - The native
signalmodule for the Rune Language. std::testmodule for the Rune Language.- The native
timemodule for the Rune Language. - The native
tomlmodule 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.