Skip to main content

Crate runtime_core

Crate runtime_core 

Source

Modules§

cli
Shared helpers for thin package-surface CLI adapters.
server
Shared helpers for local package-surface HTTP adapters.

Structs§

ArtifactId
Diagnostic
DiagnosticCode
JobId
OperationId
OperationMetadata
PackageSurface
RuntimeCapabilities
RuntimeRequirement
SurfaceOperation
SurfaceRequest
SurfaceResponse

Enums§

DiagnosticSeverity
MobileCapability

Functions§

describe_surface_response
Builds the standard describe response without changing the shared SurfaceResponse JSON shape.
ensure_structured_surface_value
Adds the common package-surface UI fields to a result value when they are missing, while preserving every existing top-level domain field.
structured_operation_response
Builds a structured response for an operation listed in a package surface.
structured_surface_response
Builds a successful package-surface response using structured_surface_value.
structured_surface_value
Builds a package-surface value with standard human-readable metadata while preserving object fields from the concrete operation result at the top level.
surface_operation
Builds the standard package-surface operation metadata used by library crates and transport adapters.
surface_response
Builds a successful surface response with empty diagnostics and artifacts.