Crate melodium_loader

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§

LIB_ROOT_FILENAME
TRIPLE

Traits§

PackageInfo