Module dependencies

Module dependencies 

Source
Expand description

Dependency Scanner for the Hyperlink Module System.

Scans the “Abstract” (first paragraph) of a LOGOS document for Markdown links, which are interpreted as module dependencies.

Syntax: [Alias](URI) where:

  • Alias: The name to reference the module by (e.g., “Geometry”)
  • URI: The location of the module source (e.g., “file:./geo.md”, “logos:std”)

Structs§

Dependency
A dependency declaration found in the document’s abstract.

Functions§

scan_dependencies
Scans the first paragraph (Abstract) of a LOGOS file for [Alias](URI) links.