Module parser

Source
Expand description

Loader is responsible for parsing flow definitions from text files and creating in memory

Enums§

LibType
LibType describes what format the Flow Library is written in

Functions§

parse
Load a Flow definition from a Url, recursively loading all sub-processes referenced.
parse_metadata
load library metadata from the given url using the provider. Currently it uses the package table of Cargo.toml as a source but it could easily use another file as along as it has the required fields to satisfy MetaData struct