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 .jeu packages 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§

Compo
Loader
Manages loading of Mélodium packages.
LoadingConfig
Provides base loading configuration.

Constants§

TRIPLE

Traits§

PackageInfo

Functions§

build_jeu
Builds a .jeu file from a given package on filesystem.
extract_jeu
Extracts a .jeu file in given location.