//! Worker-scaffold generation for an AWL document (`aion awl scaffold`).
//!
//! Given ONE compiled `worker` contract — the same `PackageContract` the
//! server deploys and admits against — this module renders a standalone Cargo
//! crate that serves the queue: a connection per node, a wire descriptor for
//! every registered action taken from the document itself, no handler for any
//! server-executed bodied action, and a loud terminal failure in every
//! un-implemented handler.
//!
//! Nothing here touches the filesystem; the caller writes the rendered files.
pub use AwlScaffoldError;
pub use ;
pub use ;
pub use emit_shell_manifest;