Module sdml_parse::load

source ·
Expand description

This module contains implementations of the ModuleResolver and ModuleLoader traits for file-system based modules.

Structs§

  • The loader is used to manage the process of creating an in-memory model from file-system resources.
  • The resolver implements the logic to map module identifiers to file system paths using the environment variable SDML_PATH to contain a search path.
  • A resolver group allows the common configuration of multiple items.
  • A specific resolver item.
  • This type represents the content of a resolver file.

Enums§

  • An entry in a resolver catalog file is either an item or group of items.

Constants§