rune logo
Visit the site 🌐Read the book 📖 # rune-modules github crates.io docs.rs build status chat on discord

Native modules for Rune, an embeddable dynamic programming language for Rust.
## Usage These are modules that can be used with the [Rune language]. [Rune Language]: https://rune-rs.github.io See each module for documentation: * [core] * [experiments] * [fmt] * [fs] * [http] * [io] * [json] * [macros] * [process] * [rand] * [signal] * [test] * [time] * [toml]
## Features * `core` for the [core module][toml] * `experiments` for the [experiments module][experiments] * `fmt` for the [fmt module][fmt] * `fs` for the [fs module][fs] * `full` includes all modules. * `http` for the [http module][http] * `io` for the [io module][io] * `json` for the [json module][json] * `macros` for the [macros module][macros] * `process` for the [process module][process] * `rand` for the [rand module][rand] * `signal` for the [signal module][signal] * `test` for the [test module][test] * `time` for the [time module][time] * `toml` for the [toml module][toml] [core]: https://docs.rs/rune-modules/0/rune_modules/core/ [experiments]: https://docs.rs/rune-modules/0/rune_modules/experiments/ [fmt]: https://docs.rs/rune-modules/0/rune_modules/fmt/ [fs]: https://docs.rs/rune-modules/0/rune_modules/fs/ [http]: https://docs.rs/rune-modules/0/rune_modules/http/ [io]: https://docs.rs/rune-modules/0/rune_modules/io/ [json]: https://docs.rs/rune-modules/0/rune_modules/json/ [macros]: https://docs.rs/rune-modules/0/rune_modules/macros/ [process]: https://docs.rs/rune-modules/0/rune_modules/process/ [rand]: https://docs.rs/rune-modules/0/rune_modules/rand/ [signal]: https://docs.rs/rune-modules/0/rune_modules/signal/ [test]: https://docs.rs/rune-modules/0/rune_modules/test/ [time]: https://docs.rs/rune-modules/0/rune_modules/time/ [toml]: https://docs.rs/rune-modules/0/rune_modules/toml/