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§
- Manifest
Version - 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
.