Skip to main content

Module manifest

Module manifest 

Source

Structs§

ArtifactSection
ConfiumSection
Manifest
Top-level manifest model. Field order follows the example manifest so toml::to_string_pretty emits sections in the conventional order.
ManifestInput
Inputs gathered from FFI + CLI before serialization. Building this explicitly keeps build a pure function of its arguments.
PluginSection

Functions§

build
Build a Manifest from resolved inputs. FFI metadata supplies defaults; CLI flags override name/version when present.
to_toml
Serialize a Manifest to the pretty TOML string written to disk.