aion-toolchain
Server-side Gleam authoring toolchain for Aion workflows. It shells out to the external gleam binary to compile and type-check workflow source, then packages a verified .aion archive. The crate embeds no compiler — it only drives the gleam toolchain you already have installed.
Install
[]
= "0.8.0"
Key public types
Workspaceresolves and manages an on-disk Gleam project workspace.CompileRequestdescribes a compilation request (source, project, options).CompiledWorkflowis the verified result of a successful build.compile_sourceandbuild_projectrun thegleamtoolchain to type-check and compile.ToolchainErroris the error type returned across the API.
Notes
The gleam binary must be on PATH (or supplied via the caller's configuration). Authoring endpoints in aion-server stay dark unless a Gleam path is configured, so depending on this crate adds no compiler to a server build.