Crate melodium_loader
source ·Expand description
Mélodium loader crate
Mélodium loading engine and utilities.
This crate provides loading logic and processing for the Mélodium environment.
Look at the Mélodium crate or the Mélodium Project for more detailed information.
Features
script(enabled by default): enables ability to load Mélodium scripts (see melodium-lang crate);jeu(disabled by default): enables management of.jeupackages data format;filesystem(disabled by default): enables ability to reach filesystem (required to load files from disk);network(disabled by default): enables ability to use network to retrieve packages (see melodium-repository crate).
Structs
- Manages loading of Mélodium packages.
- Provides base loading configuration.
Constants
Functions
- build_jeu
filesystemandjeuBuilds a.jeufile from a given package on filesystem. - extract_jeu
filesystemandjeuExtracts a.jeufile in given location.