Expand description
Spin internal application interfaces
This crate contains interfaces to Spin application configuration to be used by crates that implement Spin execution environments: trigger executors and host components, in particular.
Re-exports§
pub use locked::Variable;
Modules§
- Spin lock file (spin.lock) serialization models.
- Dynamically-typed value helpers.
Structs§
- MetadataKey is a handle to a typed metadata value.
Enums§
- Errors returned by methods in this crate.
Constants§
- MetadataKey for extracting the application description.
- MetadataKey for extracting the application name.
- MetadataKey for extracting the application version.
- MetadataKey for extracting the OCI image digest.
Traits§
- Helper functions for reading LockedApp metadata