Skip to main content

Crate voce_adapter_core

Crate voce_adapter_core 

Source
Expand description

Shared deployment adapter trait and types for Voce IR.

All deployment adapters (static, Vercel, Cloudflare, Netlify) implement the Adapter trait to produce platform-specific bundles.

Structs§

ActionHandler
A server-side action handler derived from an ActionNode.
Bundle
A deployment bundle — the files ready to upload/deploy.
CompiledOutput
The compiled output from the Voce compiler, ready for deployment.
DeployConfig
Deployment configuration from .voce/config.toml.
DeployResult
Result of a deployment operation.
ProjectMeta
Project metadata for deployment configuration.

Traits§

Adapter
The trait all deployment adapters must implement.

Functions§

load_config
Load deployment config from .voce/config.toml.