Crate spin_manifest

Source
Expand description

Configuration of an application for the Spin runtime.

Re-exports§

pub use error::Error;

Modules§

compat
Compatibility for old manifest versions.
error
Spin manifest errors
normalize
Manifest normalization functions.
schema
Serialization types for the Spin manifest file format (spin.toml).

Enums§

ManifestVersion
A Spin manifest schema version.

Functions§

manifest_from_file
Parses a V1 or V2 app manifest file into a AppManifest.
manifest_from_str
Parses a V1 or V2 app manifest into a AppManifest.