Expand description
Configuration of an application for the Spin runtime.
Re-exports§
pub use error::Error;
Modules§
- Compatibility for old manifest versions.
- Spin manifest errors
- Manifest normalization functions.
- Serialization types for the Spin manifest file format (spin.toml).
Enums§
- A Spin manifest schema version.
Functions§
- Parses a V1 or V2 app manifest file into a
AppManifest
. - Parses a V1 or V2 app manifest into a
AppManifest
.