Module flowrstructs::lib_manifest[][src]

lib_manifest defines the structs for specifying a Library’s manifest and methods to load it

Structs

LibraryManifest

LibraryManifest describes the contents of a Library that can be referenced from a flow It is provided by libraries to help load and/or find implementations of processes

Enums

ImplementationLocator

Used to describe where an implementation can be found, depending on if native or wasm

Constants

DEFAULT_LIB_JSON_MANIFEST_FILENAME

The default name used for a Library Manifest file if none is specified

DEFAULT_LIB_RUST_MANIFEST_FILENAME