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

Constants

Functions

  • build_jeufilesystem and jeu
    Builds a .jeu file from a given package on filesystem.
  • extract_jeufilesystem and jeu
    Extracts a .jeu file in given location.